Html Css Color HEX #FAB715 Dark Tangerine

📋 copy color: '#FAB715'

red 250 ◦ green 183 ◦ blue 21

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

Shades of Dark Tangerine #FAB715

Tints of Dark Tangerine #FAB715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 21 (8.59% from 255) = 4.63%

R = 55.07%
G = 40.31%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB715 (or 0xFAB715) is known color: Dark Tangerine. HEX triplet: FA, B7 and 15. RGB value is (250,183,21). Sum of RGB (Red+Green+Blue) = 250+183+21=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB715 is #0548EA. Grayscale: #B9B9B9. Windows color (decimal): -346347 or 1423354. OLE color: 1423354.

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

Color convert

RGB 250 183 21 -
CMYK 0 0.27 0.92 0.02
HSL 42.45º 0.96% 0.53% -
HSV(B) 42.45º 0.92% 0.98% -
XYZ 56.49 54.25 8.2 -
YUV 184.57 35.7 174.67 -
System Red Green Blue C M Y K H S L
Decimal 250 183 21 0 0.27 0.92 0.02 42.45 0.96 0.53
Hex FA B7 15 0 1B 5C 2 2A 60 35
Octal 372 267 25 0 33 134 2 52 140 65
Binary 11111010 10110111 10101 0 11011 1011100 10 101010 1100000 110101

Color Harmonies of #FAB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB715

Black with #FAB715

Text Example


Text Example

White with #FAB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB715; }

 p { color: rgb(250,183,21); }

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

background-color css

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

 a { background-color: rgb(250,183,21); }

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

border-color css

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

 span { border-color: rgb(250,183,21); }

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