Html Css Color HEX #FB9F00 Orange Peel

📋 copy color: '#FB9F00'

red 251 ◦ green 159 ◦ blue 0

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

Shades of Orange Peel #FB9F00

Tints of Orange Peel #FB9F00

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.78%

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

R = 61.22%
G = 38.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB9F00 (or 0xFB9F00) is known color: Orange Peel. HEX triplet: FB, 9F and 00. RGB value is (251,159,0). Sum of RGB (Red+Green+Blue) = 251+159+0=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9F00 is #0460FF. Grayscale: #A9A9A9. Windows color (decimal): -286976 or 40955. OLE color: 40955.

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

Color convert

RGB 251 159 0 -
CMYK 0 0.37 1 0.02
HSL 38.01º 1% 0.49% -
HSV(B) 38.01º 1% 0.98% -
XYZ 52.18 45.31 5.99 -
YUV 168.38 32.98 186.93 -
System Red Green Blue C M Y K H S L
Decimal 251 159 0 0 0.37 1 0.02 38.01 1 0.49
Hex FB 9F 0 0 25 64 2 26 64 31
Octal 373 237 0 0 45 144 2 46 144 61
Binary 11111011 10011111 0 0 100101 1100100 10 100110 1100100 110001

Color Harmonies of #FB9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F00

Black with #FB9F00

Text Example


Text Example

White with #FB9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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