Html Css Color HEX #FAB71A Dark Tangerine

📋 copy color: '#FAB71A'

red 250 ◦ green 183 ◦ blue 26

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

Shades of Dark Tangerine #FAB71A

Tints of Dark Tangerine #FAB71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.66%

R = 54.47%
G = 39.87%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAB71A (or 0xFAB71A) is known color: Dark Tangerine. HEX triplet: FA, B7 and 1A. RGB value is (250,183,26). Sum of RGB (Red+Green+Blue) = 250+183+26=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB71A is #0548E5. Grayscale: #B9B9B9. Windows color (decimal): -346342 or 1751034. OLE color: 1751034.

HSL color Cylindrical-coordinate representation of color #FAB71A: hue angle of 42.05º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAB71A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 26 -
CMYK 0 0.27 0.90 0.02
HSL 42.05º 0.96% 0.54% -
HSV(B) 42.05º 0.9% 0.98% -
XYZ 56.54 54.27 8.47 -
YUV 185.14 38.2 174.27 -
System Red Green Blue C M Y K H S L
Decimal 250 183 26 0 0.27 0.90 0.02 42.05 0.96 0.54
Hex FA B7 1A 0 1B 5A 2 2A 60 36
Octal 372 267 32 0 33 132 2 52 140 66
Binary 11111010 10110111 11010 0 11011 1011010 10 101010 1100000 110110

Color Harmonies of #FAB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB71A

Black with #FAB71A

Text Example


Text Example

White with #FAB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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