Html Css Color HEX #FBA202 Orange Peel

📋 copy color: '#FBA202'

red 251 ◦ green 162 ◦ blue 2

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

Shades of Orange Peel #FBA202

Tints of Orange Peel #FBA202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 60.48%
G = 39.04%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBA202 (or 0xFBA202) is known color: Orange Peel. HEX triplet: FB, A2 and 02. RGB value is (251,162,2). Sum of RGB (Red+Green+Blue) = 251+162+2=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA202 is #045DFD. Grayscale: #ABABAB. Windows color (decimal): -286206 or 172795. OLE color: 172795.

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

Color convert

RGB 251 162 2 -
CMYK 0 0.35 0.99 0.02
HSL 38.55º 0.98% 0.5% -
HSV(B) 38.55º 0.99% 0.98% -
XYZ 52.71 46.35 6.23 -
YUV 170.37 32.99 185.51 -
System Red Green Blue C M Y K H S L
Decimal 251 162 2 0 0.35 0.99 0.02 38.55 0.98 0.5
Hex FB A2 2 0 23 63 2 27 62 32
Octal 373 242 2 0 43 143 2 47 142 62
Binary 11111011 10100010 10 0 100011 1100011 10 100111 1100010 110010

Color Harmonies of #FBA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA202

Black with #FBA202

Text Example


Text Example

White with #FBA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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