Html Css Color HEX #FFD54C Kournikova

📋 copy color: '#FFD54C'

red 255 ◦ green 213 ◦ blue 76

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

Shades of Kournikova #FFD54C

Tints of Kournikova #FFD54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.97%

R = 46.88%
G = 39.15%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFD54C (or 0xFFD54C) is known color: Kournikova. HEX triplet: FF, D5 and 4C. RGB value is (255,213,76). Sum of RGB (Red+Green+Blue) = 255+213+76=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 76 (30.08% from 255 or 13.97% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD54C is #002AB3. Grayscale: #D2D2D2. Windows color (decimal): -10932 or 5035519. OLE color: 5035519.

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

Color convert

RGB 255 213 76 -
CMYK 0 0.16 0.70 0
HSL 45.92º 1% 0.65% -
HSV(B) 45.92º 0.7% 1% -
XYZ 66.34 69.37 16.73 -
YUV 209.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 255 213 76 0 0.16 0.70 0 45.92 1 0.65
Hex FF D5 4C 0 10 46 0 2E 64 41
Octal 377 325 114 0 20 106 0 56 144 101
Binary 11111111 11010101 1001100 0 10000 1000110 0 101110 1100100 1000001

Color Harmonies of #FFD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD54C

Black with #FFD54C

Text Example


Text Example

White with #FFD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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