Html Css Color HEX #FBAF0A Dark Tangerine

📋 copy color: '#FBAF0A'

red 251 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #FBAF0A

Tints of Dark Tangerine #FBAF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 10 (4.3% from 255) = 2.29%

R = 57.57%
G = 40.14%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBAF0A (or 0xFBAF0A) is known color: Dark Tangerine. HEX triplet: FB, AF and 0A. RGB value is (251,175,10). Sum of RGB (Red+Green+Blue) = 251+175+10=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAF0A is #0450F5. Grayscale: #B3B3B3. Windows color (decimal): -282870 or 700411. OLE color: 700411.

HSL color Cylindrical-coordinate representation of color #FBAF0A: hue angle of 41.08º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBAF0A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 175 10 -
CMYK 0 0.30 0.96 0.02
HSL 41.08º 0.97% 0.51% -
HSV(B) 41.08º 0.96% 0.98% -
XYZ 55.17 51.19 7.26 -
YUV 178.91 32.68 179.42 -
System Red Green Blue C M Y K H S L
Decimal 251 175 10 0 0.30 0.96 0.02 41.08 0.97 0.51
Hex FB AF A 0 1E 60 2 29 61 33
Octal 373 257 12 0 36 140 2 51 141 63
Binary 11111011 10101111 1010 0 11110 1100000 10 101001 1100001 110011

Color Harmonies of #FBAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF0A

Black with #FBAF0A

Text Example


Text Example

White with #FBAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF0A; }

 p { color: rgb(251,175,10); }

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

background-color css

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

 a { background-color: rgb(251,175,10); }

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

border-color css

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

 span { border-color: rgb(251,175,10); }

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