Html Css Color HEX #FAC902 Tangerine Yellow

📋 copy color: '#FAC902'

red 250 ◦ green 201 ◦ blue 2

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

Shades of Tangerine Yellow #FAC902

Tints of Tangerine Yellow #FAC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.37%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 55.19%
G = 44.37%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAC902 (or 0xFAC902) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 02. RGB value is (250,201,2). Sum of RGB (Red+Green+Blue) = 250+201+2=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC902 is #0536FD. Grayscale: #C1C1C1. Windows color (decimal): -341758 or 182778. OLE color: 182778.

HSL color Cylindrical-coordinate representation of color #FAC902: hue angle of 48.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAC902 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 2 -
CMYK 0 0.20 0.99 0.02
HSL 48.15º 0.98% 0.49% -
HSV(B) 48.15º 0.99% 0.98% -
XYZ 60.32 62.1 8.86 -
YUV 192.97 20.23 168.68 -
System Red Green Blue C M Y K H S L
Decimal 250 201 2 0 0.20 0.99 0.02 48.15 0.98 0.49
Hex FA C9 2 0 14 63 2 30 62 31
Octal 372 311 2 0 24 143 2 60 142 61
Binary 11111010 11001001 10 0 10100 1100011 10 110000 1100010 110001

Color Harmonies of #FAC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC902

Black with #FAC902

Text Example


Text Example

White with #FAC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC902; }

 p { color: rgb(250,201,2); }

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

background-color css

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

 a { background-color: rgb(250,201,2); }

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

border-color css

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

 span { border-color: rgb(250,201,2); }

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