Html Css Color HEX #FB9A00 Orange Peel

📋 copy color: '#FB9A00'

red 251 ◦ green 154 ◦ blue 0

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

Shades of Orange Peel #FB9A00

Tints of Orange Peel #FB9A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.98%
G = 38.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB9A00 (or 0xFB9A00) is known color: Orange Peel. HEX triplet: FB, 9A and 00. RGB value is (251,154,0). Sum of RGB (Red+Green+Blue) = 251+154+0=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9A00 is #0465FF. Grayscale: #A6A6A6. Windows color (decimal): -288256 or 39675. OLE color: 39675.

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

Color convert

RGB 251 154 0 -
CMYK 0 0.39 1 0.02
HSL 36.81º 1% 0.49% -
HSV(B) 36.81º 1% 0.98% -
XYZ 51.34 43.62 5.71 -
YUV 165.45 34.64 189.02 -
System Red Green Blue C M Y K H S L
Decimal 251 154 0 0 0.39 1 0.02 36.81 1 0.49
Hex FB 9A 0 0 27 64 2 25 64 31
Octal 373 232 0 0 47 144 2 45 144 61
Binary 11111011 10011010 0 0 100111 1100100 10 100101 1100100 110001

Color Harmonies of #FB9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9A00

Black with #FB9A00

Text Example


Text Example

White with #FB9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9A00; }

 p { color: rgb(251,154,0); }

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

background-color css

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

 a { background-color: rgb(251,154,0); }

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

border-color css

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

 span { border-color: rgb(251,154,0); }

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