Html Css Color HEX #FECD05 Tangerine Yellow

📋 copy color: '#FECD05'

red 254 ◦ green 205 ◦ blue 5

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

Shades of Tangerine Yellow #FECD05

Tints of Tangerine Yellow #FECD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 54.74%
G = 44.18%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FECD05 (or 0xFECD05) is known color: Tangerine Yellow. HEX triplet: FE, CD and 05. RGB value is (254,205,5). Sum of RGB (Red+Green+Blue) = 254+205+5=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD05 is #0132FA. Grayscale: #C5C5C5. Windows color (decimal): -78587 or 380414. OLE color: 380414.

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

Color convert

RGB 254 205 5 -
CMYK 0 0.19 0.98 0.00
HSL 48.19º 0.99% 0.51% -
HSV(B) 48.19º 0.98% 1% -
XYZ 62.73 64.74 9.33 -
YUV 196.85 19.73 168.76 -
System Red Green Blue C M Y K H S L
Decimal 254 205 5 0 0.19 0.98 0.00 48.19 0.99 0.51
Hex FE CD 5 0 13 62 0 30 63 33
Octal 376 315 5 0 23 142 0 60 143 63
Binary 11111110 11001101 101 0 10011 1100010 0 110000 1100011 110011

Color Harmonies of #FECD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD05

Black with #FECD05

Text Example


Text Example

White with #FECD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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