Html Css Color HEX #FAB30D Dark Tangerine

📋 copy color: '#FAB30D'

red 250 ◦ green 179 ◦ blue 13

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

Shades of Dark Tangerine #FAB30D

Tints of Dark Tangerine #FAB30D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 56.56%
G = 40.5%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB30D (or 0xFAB30D) is known color: Dark Tangerine. HEX triplet: FA, B3 and 0D. RGB value is (250,179,13). Sum of RGB (Red+Green+Blue) = 250+179+13=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB30D is #054CF2. Grayscale: #B6B6B6. Windows color (decimal): -347379 or 898042. OLE color: 898042.

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

Color convert

RGB 250 179 13 -
CMYK 0 0.28 0.95 0.02
HSL 42.03º 0.96% 0.52% -
HSV(B) 42.03º 0.95% 0.98% -
XYZ 55.62 52.59 7.6 -
YUV 181.31 33.02 177 -
System Red Green Blue C M Y K H S L
Decimal 250 179 13 0 0.28 0.95 0.02 42.03 0.96 0.52
Hex FA B3 D 0 1C 5F 2 2A 60 34
Octal 372 263 15 0 34 137 2 52 140 64
Binary 11111010 10110011 1101 0 11100 1011111 10 101010 1100000 110100

Color Harmonies of #FAB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB30D

Black with #FAB30D

Text Example


Text Example

White with #FAB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB30D; }

 p { color: rgb(250,179,13); }

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

background-color css

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

 a { background-color: rgb(250,179,13); }

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

border-color css

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

 span { border-color: rgb(250,179,13); }

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