Html Css Color HEX #FBA166 Atomic Tangerine

📋 copy color: '#FBA166'

red 251 ◦ green 161 ◦ blue 102

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

Shades of Atomic Tangerine #FBA166

Tints of Atomic Tangerine #FBA166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.84%

R = 48.83%
G = 31.32%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBA166 (or 0xFBA166) is known color: Atomic Tangerine. HEX triplet: FB, A1 and 66. RGB value is (251,161,102). Sum of RGB (Red+Green+Blue) = 251+161+102=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA166 is #045E99. Grayscale: #B5B5B5. Windows color (decimal): -286362 or 6726139. OLE color: 6726139.

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

Color convert

RGB 251 161 102 -
CMYK 0 0.36 0.59 0.02
HSL 23.76º 0.95% 0.69% -
HSV(B) 23.76º 0.59% 0.98% -
XYZ 54.93 46.96 18.74 -
YUV 181.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 251 161 102 0 0.36 0.59 0.02 23.76 0.95 0.69
Hex FB A1 66 0 24 3B 2 18 5F 45
Octal 373 241 146 0 44 73 2 30 137 105
Binary 11111011 10100001 1100110 0 100100 111011 10 11000 1011111 1000101

Color Harmonies of #FBA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA166

Black with #FBA166

Text Example


Text Example

White with #FBA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA166; }

 p { color: rgb(251,161,102); }

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

background-color css

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

 a { background-color: rgb(251,161,102); }

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

border-color css

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

 span { border-color: rgb(251,161,102); }

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