Html Css Color HEX #FB900C Dark Orange

📋 copy color: '#FB900C'

red 251 ◦ green 144 ◦ blue 12

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

Shades of Dark Orange #FB900C

Tints of Dark Orange #FB900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 61.67%
G = 35.38%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB900C (or 0xFB900C) is known color: Dark Orange. HEX triplet: FB, 90 and 0C. RGB value is (251,144,12). Sum of RGB (Red+Green+Blue) = 251+144+12=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB900C is #046FF3. Grayscale: #A1A1A1. Windows color (decimal): -290804 or 823547. OLE color: 823547.

HSL color Cylindrical-coordinate representation of color #FB900C: hue angle of 33.14º 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 #FB900C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 144 12 -
CMYK 0 0.43 0.95 0.02
HSL 33.14º 0.97% 0.52% -
HSV(B) 33.14º 0.95% 0.98% -
XYZ 49.82 40.48 5.54 -
YUV 160.95 43.95 192.23 -
System Red Green Blue C M Y K H S L
Decimal 251 144 12 0 0.43 0.95 0.02 33.14 0.97 0.52
Hex FB 90 C 0 2B 5F 2 21 61 34
Octal 373 220 14 0 53 137 2 41 141 64
Binary 11111011 10010000 1100 0 101011 1011111 10 100001 1100001 110100

Color Harmonies of #FB900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB900C

Black with #FB900C

Text Example


Text Example

White with #FB900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB900C; }

 p { color: rgb(251,144,12); }

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

background-color css

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

 a { background-color: rgb(251,144,12); }

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

border-color css

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

 span { border-color: rgb(251,144,12); }

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