Html Css Color HEX #FECD4D Kournikova

📋 copy color: '#FECD4D'

red 254 ◦ green 205 ◦ blue 77

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

Shades of Kournikova #FECD4D

Tints of Kournikova #FECD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.37%

R = 47.39%
G = 38.25%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FECD4D (or 0xFECD4D) is known color: Kournikova. HEX triplet: FE, CD and 4D. RGB value is (254,205,77). Sum of RGB (Red+Green+Blue) = 254+205+77=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD4D is #0132B2. Grayscale: #CDCDCD. Windows color (decimal): -78515 or 5099006. OLE color: 5099006.

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

Color convert

RGB 254 205 77 -
CMYK 0 0.19 0.70 0.00
HSL 43.39º 0.99% 0.65% -
HSV(B) 43.39º 0.7% 1% -
XYZ 64.04 65.27 16.24 -
YUV 205.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 254 205 77 0 0.19 0.70 0.00 43.39 0.99 0.65
Hex FE CD 4D 0 13 46 0 2B 63 41
Octal 376 315 115 0 23 106 0 53 143 101
Binary 11111110 11001101 1001101 0 10011 1000110 0 101011 1100011 1000001

Color Harmonies of #FECD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD4D

Black with #FECD4D

Text Example


Text Example

White with #FECD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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