Html Css Color HEX #FBA204 Orange Peel

📋 copy color: '#FBA204'

red 251 ◦ green 162 ◦ blue 4

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

Shades of Orange Peel #FBA204

Tints of Orange Peel #FBA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 60.19%
G = 38.85%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBA204 (or 0xFBA204) is known color: Orange Peel. HEX triplet: FB, A2 and 04. RGB value is (251,162,4). Sum of RGB (Red+Green+Blue) = 251+162+4=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA204 is #045DFB. Grayscale: #ABABAB. Windows color (decimal): -286204 or 303867. OLE color: 303867.

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

Color convert

RGB 251 162 4 -
CMYK 0 0.35 0.98 0.02
HSL 38.38º 0.97% 0.5% -
HSV(B) 38.38º 0.98% 0.98% -
XYZ 52.73 46.36 6.28 -
YUV 170.6 33.99 185.35 -
System Red Green Blue C M Y K H S L
Decimal 251 162 4 0 0.35 0.98 0.02 38.38 0.97 0.5
Hex FB A2 4 0 23 62 2 26 61 32
Octal 373 242 4 0 43 142 2 46 141 62
Binary 11111011 10100010 100 0 100011 1100010 10 100110 1100001 110010

Color Harmonies of #FBA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA204

Black with #FBA204

Text Example


Text Example

White with #FBA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA204; }

 p { color: rgb(251,162,4); }

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

background-color css

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

 a { background-color: rgb(251,162,4); }

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

border-color css

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

 span { border-color: rgb(251,162,4); }

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