Html Css Color HEX #FBA066 Atomic Tangerine

📋 copy color: '#FBA066'

red 251 ◦ green 160 ◦ blue 102

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

Shades of Atomic Tangerine #FBA066

Tints of Atomic Tangerine #FBA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

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

R = 48.93%
G = 31.19%
B = 19.88%

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

#FBA066 (or 0xFBA066) is known color: Atomic Tangerine. HEX triplet: FB, A0 and 66. RGB value is (251,160,102). Sum of RGB (Red+Green+Blue) = 251+160+102=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA066 is #045F99. Grayscale: #B4B4B4. Windows color (decimal): -286618 or 6725883. OLE color: 6725883.

HSL color Cylindrical-coordinate representation of color #FBA066: hue angle of 23.36º 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 #FBA066 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 102 -
CMYK 0 0.36 0.59 0.02
HSL 23.36º 0.95% 0.69% -
HSV(B) 23.36º 0.59% 0.98% -
XYZ 54.75 46.61 18.68 -
YUV 180.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 251 160 102 0 0.36 0.59 0.02 23.36 0.95 0.69
Hex FB A0 66 0 24 3B 2 17 5F 45
Octal 373 240 146 0 44 73 2 27 137 105
Binary 11111011 10100000 1100110 0 100100 111011 10 10111 1011111 1000101

Color Harmonies of #FBA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA066

Black with #FBA066

Text Example


Text Example

White with #FBA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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