Html Css Color HEX #FBA201 Orange Peel

📋 copy color: '#FBA201'

red 251 ◦ green 162 ◦ blue 1

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

Shades of Orange Peel #FBA201

Tints of Orange Peel #FBA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 60.63%
G = 39.13%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBA201 (or 0xFBA201) is known color: Orange Peel. HEX triplet: FB, A2 and 01. RGB value is (251,162,1). Sum of RGB (Red+Green+Blue) = 251+162+1=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA201 is #045DFE. Grayscale: #AAAAAA. Windows color (decimal): -286207 or 107259. OLE color: 107259.

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

Color convert

RGB 251 162 1 -
CMYK 0 0.35 1.00 0.02
HSL 38.64º 0.99% 0.49% -
HSV(B) 38.64º 1% 0.98% -
XYZ 52.71 46.35 6.2 -
YUV 170.26 32.49 185.59 -
System Red Green Blue C M Y K H S L
Decimal 251 162 1 0 0.35 1.00 0.02 38.64 0.99 0.49
Hex FB A2 1 0 23 64 2 27 63 31
Octal 373 242 1 0 43 144 2 47 143 61
Binary 11111011 10100010 1 0 100011 1100100 10 100111 1100011 110001

Color Harmonies of #FBA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA201

Black with #FBA201

Text Example


Text Example

White with #FBA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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