Html Css Color HEX #FAB711 Dark Tangerine

📋 copy color: '#FAB711'

red 250 ◦ green 183 ◦ blue 17

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

Shades of Dark Tangerine #FAB711

Tints of Dark Tangerine #FAB711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 55.56%
G = 40.67%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAB711 (or 0xFAB711) is known color: Dark Tangerine. HEX triplet: FA, B7 and 11. RGB value is (250,183,17). Sum of RGB (Red+Green+Blue) = 250+183+17=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB711 is #0548EE. Grayscale: #B8B8B8. Windows color (decimal): -346351 or 1161210. OLE color: 1161210.

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

Color convert

RGB 250 183 17 -
CMYK 0 0.27 0.93 0.02
HSL 42.75º 0.96% 0.52% -
HSV(B) 42.75º 0.93% 0.98% -
XYZ 56.46 54.23 8.02 -
YUV 184.11 33.7 175 -
System Red Green Blue C M Y K H S L
Decimal 250 183 17 0 0.27 0.93 0.02 42.75 0.96 0.52
Hex FA B7 11 0 1B 5D 2 2B 60 34
Octal 372 267 21 0 33 135 2 53 140 64
Binary 11111010 10110111 10001 0 11011 1011101 10 101011 1100000 110100

Color Harmonies of #FAB711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB711

Black with #FAB711

Text Example


Text Example

White with #FAB711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB711; }

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

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

background-color css

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

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

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

border-color css

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

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

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