Html Css Color HEX #FECD07 Tangerine Yellow

📋 copy color: '#FECD07'

red 254 ◦ green 205 ◦ blue 7

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

Shades of Tangerine Yellow #FECD07

Tints of Tangerine Yellow #FECD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 54.51%
G = 43.99%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FECD07 (or 0xFECD07) is known color: Tangerine Yellow. HEX triplet: FE, CD and 07. RGB value is (254,205,7). Sum of RGB (Red+Green+Blue) = 254+205+7=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD07 is #0132F8. Grayscale: #C5C5C5. Windows color (decimal): -78585 or 511486. OLE color: 511486.

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

Color convert

RGB 254 205 7 -
CMYK 0 0.19 0.97 0.00
HSL 48.1º 0.99% 0.51% -
HSV(B) 48.1º 0.97% 1% -
XYZ 62.74 64.75 9.39 -
YUV 197.08 20.73 168.6 -
System Red Green Blue C M Y K H S L
Decimal 254 205 7 0 0.19 0.97 0.00 48.1 0.99 0.51
Hex FE CD 7 0 13 61 0 30 63 33
Octal 376 315 7 0 23 141 0 60 143 63
Binary 11111110 11001101 111 0 10011 1100001 0 110000 1100011 110011

Color Harmonies of #FECD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD07

Black with #FECD07

Text Example


Text Example

White with #FECD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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