Html Css Color HEX #FAB41C Dark Tangerine

📋 copy color: '#FAB41C'

red 250 ◦ green 180 ◦ blue 28

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

Shades of Dark Tangerine #FAB41C

Tints of Dark Tangerine #FAB41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 54.59%
G = 39.3%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAB41C (or 0xFAB41C) is known color: Dark Tangerine. HEX triplet: FA, B4 and 1C. RGB value is (250,180,28). Sum of RGB (Red+Green+Blue) = 250+180+28=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB41C is #054BE3. Grayscale: #B8B8B8. Windows color (decimal): -347108 or 1881338. OLE color: 1881338.

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

Color convert

RGB 250 180 28 -
CMYK 0 0.28 0.89 0.02
HSL 41.08º 0.96% 0.55% -
HSV(B) 41.08º 0.89% 0.98% -
XYZ 55.96 53.05 8.39 -
YUV 183.6 40.19 175.36 -
System Red Green Blue C M Y K H S L
Decimal 250 180 28 0 0.28 0.89 0.02 41.08 0.96 0.55
Hex FA B4 1C 0 1C 59 2 29 60 37
Octal 372 264 34 0 34 131 2 51 140 67
Binary 11111010 10110100 11100 0 11100 1011001 10 101001 1100000 110111

Color Harmonies of #FAB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB41C

Black with #FAB41C

Text Example


Text Example

White with #FAB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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