Html Css Color HEX #FFD54F Kournikova

📋 copy color: '#FFD54F'

red 255 ◦ green 213 ◦ blue 79

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

Shades of Kournikova #FFD54F

Tints of Kournikova #FFD54F

RGB

 RED value IS 255 (100% from 255) = 46.62%

 GREEN value IS 213 (83.59% from 255) = 38.94%

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

R = 46.62%
G = 38.94%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFD54F (or 0xFFD54F) is known color: Kournikova. HEX triplet: FF, D5 and 4F. RGB value is (255,213,79). Sum of RGB (Red+Green+Blue) = 255+213+79=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 79 (31.25% from 255 or 14.44% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD54F is #002AB0. Grayscale: #D2D2D2. Windows color (decimal): -10929 or 5232127. OLE color: 5232127.

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

Color convert

RGB 255 213 79 -
CMYK 0 0.16 0.69 0
HSL 45.68º 1% 0.65% -
HSV(B) 45.68º 0.69% 1% -
XYZ 66.45 69.41 17.29 -
YUV 210.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 255 213 79 0 0.16 0.69 0 45.68 1 0.65
Hex FF D5 4F 0 10 45 0 2E 64 41
Octal 377 325 117 0 20 105 0 56 144 101
Binary 11111111 11010101 1001111 0 10000 1000101 0 101110 1100100 1000001

Color Harmonies of #FFD54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD54F

Black with #FFD54F

Text Example


Text Example

White with #FFD54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD54F; }

 p { color: rgb(255,213,79); }

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

background-color css

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

 a { background-color: rgb(255,213,79); }

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

border-color css

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

 span { border-color: rgb(255,213,79); }

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