Html Css Color HEX #FBA067 Atomic Tangerine

📋 copy color: '#FBA067'

red 251 ◦ green 160 ◦ blue 103

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

Shades of Atomic Tangerine #FBA067

Tints of Atomic Tangerine #FBA067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.04%

R = 48.83%
G = 31.13%
B = 20.04%

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

#FBA067 (or 0xFBA067) is known color: Atomic Tangerine. HEX triplet: FB, A0 and 67. RGB value is (251,160,103). Sum of RGB (Red+Green+Blue) = 251+160+103=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA067 is #045F98. Grayscale: #B5B5B5. Windows color (decimal): -286617 or 6791419. OLE color: 6791419.

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

Color convert

RGB 251 160 103 -
CMYK 0 0.36 0.59 0.02
HSL 23.11º 0.95% 0.69% -
HSV(B) 23.11º 0.59% 0.98% -
XYZ 54.8 46.63 18.94 -
YUV 180.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 251 160 103 0 0.36 0.59 0.02 23.11 0.95 0.69
Hex FB A0 67 0 24 3B 2 17 5F 45
Octal 373 240 147 0 44 73 2 27 137 105
Binary 11111011 10100000 1100111 0 100100 111011 10 10111 1011111 1000101

Color Harmonies of #FBA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA067

Black with #FBA067

Text Example


Text Example

White with #FBA067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA067; }

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

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

background-color css

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

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

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

border-color css

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

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

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