Html Css Color HEX #FAB61C Dark Tangerine

📋 copy color: '#FAB61C'

red 250 ◦ green 182 ◦ blue 28

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

Shades of Dark Tangerine #FAB61C

Tints of Dark Tangerine #FAB61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.09%

R = 54.35%
G = 39.57%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAB61C (or 0xFAB61C) is known color: Dark Tangerine. HEX triplet: FA, B6 and 1C. RGB value is (250,182,28). Sum of RGB (Red+Green+Blue) = 250+182+28=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB61C is #0549E3. Grayscale: #B9B9B9. Windows color (decimal): -346596 or 1881850. OLE color: 1881850.

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

Color convert

RGB 250 182 28 -
CMYK 0 0.27 0.89 0.02
HSL 41.62º 0.96% 0.55% -
HSV(B) 41.62º 0.89% 0.98% -
XYZ 56.36 53.86 8.52 -
YUV 184.78 39.53 174.52 -
System Red Green Blue C M Y K H S L
Decimal 250 182 28 0 0.27 0.89 0.02 41.62 0.96 0.55
Hex FA B6 1C 0 1B 59 2 2A 60 37
Octal 372 266 34 0 33 131 2 52 140 67
Binary 11111010 10110110 11100 0 11011 1011001 10 101010 1100000 110111

Color Harmonies of #FAB61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB61C

Black with #FAB61C

Text Example


Text Example

White with #FAB61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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