Html Css Color HEX #FFD64A Kournikova

📋 copy color: '#FFD64A'

red 255 ◦ green 214 ◦ blue 74

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

Shades of Kournikova #FFD64A

Tints of Kournikova #FFD64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.41%

 BLUE value IS 74 (29.3% from 255) = 13.63%

R = 46.96%
G = 39.41%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD64A (or 0xFFD64A) is known color: Kournikova. HEX triplet: FF, D6 and 4A. RGB value is (255,214,74). Sum of RGB (Red+Green+Blue) = 255+214+74=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD64A is #0029B5. Grayscale: #D2D2D2. Windows color (decimal): -10678 or 4904703. OLE color: 4904703.

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

Color convert

RGB 255 214 74 -
CMYK 0 0.16 0.71 0
HSL 46.41º 1% 0.65% -
HSV(B) 46.41º 0.71% 1% -
XYZ 66.52 69.85 16.45 -
YUV 210.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 255 214 74 0 0.16 0.71 0 46.41 1 0.65
Hex FF D6 4A 0 10 47 0 2E 64 41
Octal 377 326 112 0 20 107 0 56 144 101
Binary 11111111 11010110 1001010 0 10000 1000111 0 101110 1100100 1000001

Color Harmonies of #FFD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD64A

Black with #FFD64A

Text Example


Text Example

White with #FFD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD64A; }

 p { color: rgb(255,214,74); }

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

background-color css

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

 a { background-color: rgb(255,214,74); }

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

border-color css

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

 span { border-color: rgb(255,214,74); }

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