Html Css Color HEX #FECC02 Tangerine Yellow

📋 copy color: '#FECC02'

red 254 ◦ green 204 ◦ blue 2

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

Shades of Tangerine Yellow #FECC02

Tints of Tangerine Yellow #FECC02

RGB

 RED value IS 254 (99.61% from 255) = 55.22%

 GREEN value IS 204 (80.08% from 255) = 44.35%

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

R = 55.22%
G = 44.35%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FECC02 (or 0xFECC02) is known color: Tangerine Yellow. HEX triplet: FE, CC and 02. RGB value is (254,204,2). Sum of RGB (Red+Green+Blue) = 254+204+2=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC02 is #0133FD. Grayscale: #C4C4C4. Windows color (decimal): -78846 or 183550. OLE color: 183550.

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

Color convert

RGB 254 204 2 -
CMYK 0 0.20 0.99 0.00
HSL 48.1º 0.99% 0.5% -
HSV(B) 48.1º 0.99% 1% -
XYZ 62.48 64.26 9.17 -
YUV 195.92 18.57 169.43 -
System Red Green Blue C M Y K H S L
Decimal 254 204 2 0 0.20 0.99 0.00 48.1 0.99 0.5
Hex FE CC 2 0 14 63 0 30 63 32
Octal 376 314 2 0 24 143 0 60 143 62
Binary 11111110 11001100 10 0 10100 1100011 0 110000 1100011 110010

Color Harmonies of #FECC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC02

Black with #FECC02

Text Example


Text Example

White with #FECC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC02; }

 p { color: rgb(254,204,2); }

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

background-color css

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

 a { background-color: rgb(254,204,2); }

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

border-color css

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

 span { border-color: rgb(254,204,2); }

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