Html Css Color HEX #FB8F02 Dark Orange

📋 copy color: '#FB8F02'

red 251 ◦ green 143 ◦ blue 2

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

Shades of Dark Orange #FB8F02

Tints of Dark Orange #FB8F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 63.38%
G = 36.11%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB8F02 (or 0xFB8F02) is known color: Dark Orange. HEX triplet: FB, 8F and 02. RGB value is (251,143,2). Sum of RGB (Red+Green+Blue) = 251+143+2=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F02 is #0470FD. Grayscale: #9F9F9F. Windows color (decimal): -291070 or 167931. OLE color: 167931.

HSL color Cylindrical-coordinate representation of color #FB8F02: hue angle of 33.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB8F02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 143 2 -
CMYK 0 0.43 0.99 0.02
HSL 33.98º 0.98% 0.5% -
HSV(B) 33.98º 0.99% 0.98% -
XYZ 49.62 40.16 5.19 -
YUV 159.22 39.28 193.46 -
System Red Green Blue C M Y K H S L
Decimal 251 143 2 0 0.43 0.99 0.02 33.98 0.98 0.5
Hex FB 8F 2 0 2B 63 2 22 62 32
Octal 373 217 2 0 53 143 2 42 142 62
Binary 11111011 10001111 10 0 101011 1100011 10 100010 1100010 110010

Color Harmonies of #FB8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8F02

Black with #FB8F02

Text Example


Text Example

White with #FB8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8F02; }

 p { color: rgb(251,143,2); }

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

background-color css

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

 a { background-color: rgb(251,143,2); }

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

border-color css

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

 span { border-color: rgb(251,143,2); }

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