Html Css Color HEX #FB430B Orange Red

📋 copy color: '#FB430B'

red 251 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #FB430B

Tints of Orange Red #FB430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 76.29%
G = 20.36%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB430B (or 0xFB430B) is known color: Orange Red. HEX triplet: FB, 43 and 0B. RGB value is (251,67,11). Sum of RGB (Red+Green+Blue) = 251+67+11=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB430B is #04BCF4. Grayscale: #747474. Windows color (decimal): -310517 or 738299. OLE color: 738299.

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

Color convert

RGB 251 67 11 -
CMYK 0 0.73 0.96 0.02
HSL 14º 0.97% 0.51% -
HSV(B) 14º 0.96% 0.98% -
XYZ 41.85 24.55 2.85 -
YUV 115.63 68.96 224.55 -
System Red Green Blue C M Y K H S L
Decimal 251 67 11 0 0.73 0.96 0.02 14 0.97 0.51
Hex FB 43 B 0 49 60 2 E 61 33
Octal 373 103 13 0 111 140 2 16 141 63
Binary 11111011 1000011 1011 0 1001001 1100000 10 1110 1100001 110011

Color Harmonies of #FB430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB430B

Black with #FB430B

Text Example


Text Example

White with #FB430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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