Html Css Color HEX #FAA102 Orange Peel

📋 copy color: '#FAA102'

red 250 ◦ green 161 ◦ blue 2

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

Shades of Orange Peel #FAA102

Tints of Orange Peel #FAA102

RGB

 RED value IS 250 (98.05% from 255) = 60.53%

 GREEN value IS 161 (63.28% from 255) = 38.98%

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

R = 60.53%
G = 38.98%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAA102 (or 0xFAA102) is known color: Orange Peel. HEX triplet: FA, A1 and 02. RGB value is (250,161,2). Sum of RGB (Red+Green+Blue) = 250+161+2=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA102 is #055EFD. Grayscale: #AAAAAA. Windows color (decimal): -351998 or 172538. OLE color: 172538.

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

Color convert

RGB 250 161 2 -
CMYK 0 0.36 0.99 0.02
HSL 38.47º 0.98% 0.49% -
HSV(B) 38.47º 0.99% 0.98% -
XYZ 52.18 45.82 6.15 -
YUV 169.49 33.49 185.43 -
System Red Green Blue C M Y K H S L
Decimal 250 161 2 0 0.36 0.99 0.02 38.47 0.98 0.49
Hex FA A1 2 0 24 63 2 26 62 31
Octal 372 241 2 0 44 143 2 46 142 61
Binary 11111010 10100001 10 0 100100 1100011 10 100110 1100010 110001

Color Harmonies of #FAA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA102

Black with #FAA102

Text Example


Text Example

White with #FAA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA102; }

 p { color: rgb(250,161,2); }

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

background-color css

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

 a { background-color: rgb(250,161,2); }

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

border-color css

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

 span { border-color: rgb(250,161,2); }

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