Html Css Color HEX #FB9700 Orange Peel

📋 copy color: '#FB9700'

red 251 ◦ green 151 ◦ blue 0

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

Shades of Orange Peel #FB9700

Tints of Orange Peel #FB9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 62.44%
G = 37.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB9700 (or 0xFB9700) is known color: Orange Peel. HEX triplet: FB, 97 and 00. RGB value is (251,151,0). Sum of RGB (Red+Green+Blue) = 251+151+0=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9700 is #0468FF. Grayscale: #A4A4A4. Windows color (decimal): -289024 or 38907. OLE color: 38907.

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

Color convert

RGB 251 151 0 -
CMYK 0 0.40 1 0.02
HSL 36.1º 1% 0.49% -
HSV(B) 36.1º 1% 0.98% -
XYZ 50.85 42.64 5.55 -
YUV 163.69 35.63 190.28 -
System Red Green Blue C M Y K H S L
Decimal 251 151 0 0 0.40 1 0.02 36.1 1 0.49
Hex FB 97 0 0 28 64 2 24 64 31
Octal 373 227 0 0 50 144 2 44 144 61
Binary 11111011 10010111 0 0 101000 1100100 10 100100 1100100 110001

Color Harmonies of #FB9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9700

Black with #FB9700

Text Example


Text Example

White with #FB9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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