Html Css Color HEX #FECD02 Tangerine Yellow

📋 copy color: '#FECD02'

red 254 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #FECD02

Tints of Tangerine Yellow #FECD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

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

R = 55.1%
G = 44.47%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FECD02 (or 0xFECD02) is known color: Tangerine Yellow. HEX triplet: FE, CD and 02. RGB value is (254,205,2). Sum of RGB (Red+Green+Blue) = 254+205+2=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD02 is #0132FD. Grayscale: #C5C5C5. Windows color (decimal): -78590 or 183806. OLE color: 183806.

HSL color Cylindrical-coordinate representation of color #FECD02: hue angle of 48.33º 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 #FECD02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 2 -
CMYK 0 0.19 0.99 0.00
HSL 48.33º 0.99% 0.5% -
HSV(B) 48.33º 0.99% 1% -
XYZ 62.72 64.74 9.25 -
YUV 196.51 18.23 169.01 -
System Red Green Blue C M Y K H S L
Decimal 254 205 2 0 0.19 0.99 0.00 48.33 0.99 0.5
Hex FE CD 2 0 13 63 0 30 63 32
Octal 376 315 2 0 23 143 0 60 143 62
Binary 11111110 11001101 10 0 10011 1100011 0 110000 1100011 110010

Color Harmonies of #FECD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD02

Black with #FECD02

Text Example


Text Example

White with #FECD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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