Html Css Color HEX #FAB814 Dark Tangerine

📋 copy color: '#FAB814'

red 250 ◦ green 184 ◦ blue 20

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

Shades of Dark Tangerine #FAB814

Tints of Dark Tangerine #FAB814

RGB

 RED value IS 250 (98.05% from 255) = 55.07%

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 20 (8.2% from 255) = 4.41%

R = 55.07%
G = 40.53%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB814 (or 0xFAB814) is known color: Dark Tangerine. HEX triplet: FA, B8 and 14. RGB value is (250,184,20). Sum of RGB (Red+Green+Blue) = 250+184+20=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB814 is #0547EB. Grayscale: #B9B9B9. Windows color (decimal): -346092 or 1358074. OLE color: 1358074.

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

Color convert

RGB 250 184 20 -
CMYK 0 0.26 0.92 0.02
HSL 42.78º 0.96% 0.53% -
HSV(B) 42.78º 0.92% 0.98% -
XYZ 56.69 54.66 8.22 -
YUV 185.04 34.87 174.34 -
System Red Green Blue C M Y K H S L
Decimal 250 184 20 0 0.26 0.92 0.02 42.78 0.96 0.53
Hex FA B8 14 0 1A 5C 2 2B 60 35
Octal 372 270 24 0 32 134 2 53 140 65
Binary 11111010 10111000 10100 0 11010 1011100 10 101011 1100000 110101

Color Harmonies of #FAB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB814

Black with #FAB814

Text Example


Text Example

White with #FAB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB814; }

 p { color: rgb(250,184,20); }

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

background-color css

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

 a { background-color: rgb(250,184,20); }

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

border-color css

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

 span { border-color: rgb(250,184,20); }

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