Html Css Color HEX #FBA064 Atomic Tangerine

📋 copy color: '#FBA064'

red 251 ◦ green 160 ◦ blue 100

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

Shades of Atomic Tangerine #FBA064

Tints of Atomic Tangerine #FBA064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.57%

R = 49.12%
G = 31.31%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBA064 (or 0xFBA064) is known color: Atomic Tangerine. HEX triplet: FB, A0 and 64. RGB value is (251,160,100). Sum of RGB (Red+Green+Blue) = 251+160+100=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA064 is #045F9B. Grayscale: #B4B4B4. Windows color (decimal): -286620 or 6594811. OLE color: 6594811.

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

Color convert

RGB 251 160 100 -
CMYK 0 0.36 0.60 0.02
HSL 23.84º 0.95% 0.69% -
HSV(B) 23.84º 0.6% 0.98% -
XYZ 54.65 46.57 18.17 -
YUV 180.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 251 160 100 0 0.36 0.60 0.02 23.84 0.95 0.69
Hex FB A0 64 0 24 3C 2 18 5F 45
Octal 373 240 144 0 44 74 2 30 137 105
Binary 11111011 10100000 1100100 0 100100 111100 10 11000 1011111 1000101

Color Harmonies of #FBA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA064

Black with #FBA064

Text Example


Text Example

White with #FBA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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