Html Css Color HEX #FAB610 Dark Tangerine

📋 copy color: '#FAB610'

red 250 ◦ green 182 ◦ blue 16

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

Shades of Dark Tangerine #FAB610

Tints of Dark Tangerine #FAB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 16 (6.64% from 255) = 3.57%

R = 55.8%
G = 40.63%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAB610 (or 0xFAB610) is known color: Dark Tangerine. HEX triplet: FA, B6 and 10. RGB value is (250,182,16). Sum of RGB (Red+Green+Blue) = 250+182+16=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB610 is #0549EF. Grayscale: #B8B8B8. Windows color (decimal): -346608 or 1095418. OLE color: 1095418.

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

Color convert

RGB 250 182 16 -
CMYK 0 0.27 0.94 0.02
HSL 42.56º 0.96% 0.52% -
HSV(B) 42.56º 0.94% 0.98% -
XYZ 56.25 53.82 7.91 -
YUV 183.41 33.53 175.5 -
System Red Green Blue C M Y K H S L
Decimal 250 182 16 0 0.27 0.94 0.02 42.56 0.96 0.52
Hex FA B6 10 0 1B 5E 2 2B 60 34
Octal 372 266 20 0 33 136 2 53 140 64
Binary 11111010 10110110 10000 0 11011 1011110 10 101011 1100000 110100

Color Harmonies of #FAB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB610

Black with #FAB610

Text Example


Text Example

White with #FAB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB610; }

 p { color: rgb(250,182,16); }

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

background-color css

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

 a { background-color: rgb(250,182,16); }

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

border-color css

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

 span { border-color: rgb(250,182,16); }

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