Html Css Color HEX #FAB41D Dark Tangerine

📋 copy color: '#FAB41D'

red 250 ◦ green 180 ◦ blue 29

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

Shades of Dark Tangerine #FAB41D

Tints of Dark Tangerine #FAB41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 54.47%
G = 39.22%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAB41D (or 0xFAB41D) is known color: Dark Tangerine. HEX triplet: FA, B4 and 1D. RGB value is (250,180,29). Sum of RGB (Red+Green+Blue) = 250+180+29=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB41D is #054BE2. Grayscale: #B8B8B8. Windows color (decimal): -347107 or 1946874. OLE color: 1946874.

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

Color convert

RGB 250 180 29 -
CMYK 0 0.28 0.88 0.02
HSL 41º 0.96% 0.55% -
HSV(B) 41º 0.88% 0.98% -
XYZ 55.97 53.06 8.45 -
YUV 183.72 40.69 175.28 -
System Red Green Blue C M Y K H S L
Decimal 250 180 29 0 0.28 0.88 0.02 41 0.96 0.55
Hex FA B4 1D 0 1C 58 2 29 60 37
Octal 372 264 35 0 34 130 2 51 140 67
Binary 11111010 10110100 11101 0 11100 1011000 10 101001 1100000 110111

Color Harmonies of #FAB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB41D

Black with #FAB41D

Text Example


Text Example

White with #FAB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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