Html Css Color HEX #FECD4F Kournikova

📋 copy color: '#FECD4F'

red 254 ◦ green 205 ◦ blue 79

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

Shades of Kournikova #FECD4F

Tints of Kournikova #FECD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.68%

R = 47.21%
G = 38.1%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FECD4F (or 0xFECD4F) is known color: Kournikova. HEX triplet: FE, CD and 4F. RGB value is (254,205,79). Sum of RGB (Red+Green+Blue) = 254+205+79=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD4F is #0132B0. Grayscale: #CDCDCD. Windows color (decimal): -78513 or 5230078. OLE color: 5230078.

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

Color convert

RGB 254 205 79 -
CMYK 0 0.19 0.69 0.00
HSL 43.2º 0.99% 0.65% -
HSV(B) 43.2º 0.69% 1% -
XYZ 64.12 65.3 16.62 -
YUV 205.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 254 205 79 0 0.19 0.69 0.00 43.2 0.99 0.65
Hex FE CD 4F 0 13 45 0 2B 63 41
Octal 376 315 117 0 23 105 0 53 143 101
Binary 11111110 11001101 1001111 0 10011 1000101 0 101011 1100011 1000001

Color Harmonies of #FECD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD4F

Black with #FECD4F

Text Example


Text Example

White with #FECD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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