Html Css Color HEX #FB430D Orange Red

📋 copy color: '#FB430D'

red 251 ◦ green 67 ◦ blue 13

#FB430D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FB430D

Tints of Orange Red #FB430D

RGB

 RED value IS 251 (98.44% from 255) = 75.83%

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 75.83%
G = 20.24%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB430D (or 0xFB430D) is known color: Orange Red. HEX triplet: FB, 43 and 0D. RGB value is (251,67,13). Sum of RGB (Red+Green+Blue) = 251+67+13=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB430D is #04BCF2. Grayscale: #747474. Windows color (decimal): -310515 or 869371. OLE color: 869371.

HSL color Cylindrical-coordinate representation of color #FB430D: hue angle of 13.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB430D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 67 13 -
CMYK 0 0.73 0.95 0.02
HSL 13.61º 0.97% 0.52% -
HSV(B) 13.61º 0.95% 0.98% -
XYZ 41.86 24.55 2.91 -
YUV 115.86 69.96 224.39 -
System Red Green Blue C M Y K H S L
Decimal 251 67 13 0 0.73 0.95 0.02 13.61 0.97 0.52
Hex FB 43 D 0 49 5F 2 E 61 34
Octal 373 103 15 0 111 137 2 16 141 64
Binary 11111011 1000011 1101 0 1001001 1011111 10 1110 1100001 110100

Color Harmonies of #FB430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB430D

Black with #FB430D

Text Example


Text Example

White with #FB430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB430D; }

 p { color: rgb(251,67,13); }

 H1.HeaderClassName
 {
   color: #FB430D;
 }
 .AnyTagClassName
 {
   color: #FB430D;
 }
</style>

background-color css

<style>
 a { background-color: #FB430D; }

 a { background-color: rgb(251,67,13); }

 div.DivClassName
 {
   background-color: #FB430D;
 }
 .BgClassName
 {
   background-color: #FB430D;
 }
</style>

border-color css

<style>
 span { border-color: #FB430D; }

 span { border-color: rgb(251,67,13); }

 td.TdClassName
 {
   border-color: #FB430D;
 }
 .TagClassName
 {
   border-color: #FB430D;
 }
</style>