Html Css Color HEX #FAB714 Dark Tangerine

📋 copy color: '#FAB714'

red 250 ◦ green 183 ◦ blue 20

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

Shades of Dark Tangerine #FAB714

Tints of Dark Tangerine #FAB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.4%

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

R = 55.19%
G = 40.4%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB714 (or 0xFAB714) is known color: Dark Tangerine. HEX triplet: FA, B7 and 14. RGB value is (250,183,20). Sum of RGB (Red+Green+Blue) = 250+183+20=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB714 is #0548EB. Grayscale: #B9B9B9. Windows color (decimal): -346348 or 1357818. OLE color: 1357818.

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

Color convert

RGB 250 183 20 -
CMYK 0 0.27 0.92 0.02
HSL 42.52º 0.96% 0.53% -
HSV(B) 42.52º 0.92% 0.98% -
XYZ 56.48 54.24 8.15 -
YUV 184.45 35.2 174.75 -
System Red Green Blue C M Y K H S L
Decimal 250 183 20 0 0.27 0.92 0.02 42.52 0.96 0.53
Hex FA B7 14 0 1B 5C 2 2B 60 35
Octal 372 267 24 0 33 134 2 53 140 65
Binary 11111010 10110111 10100 0 11011 1011100 10 101011 1100000 110101

Color Harmonies of #FAB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB714

Black with #FAB714

Text Example


Text Example

White with #FAB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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