Html Css Color HEX #FFD34A Kournikova

📋 copy color: '#FFD34A'

red 255 ◦ green 211 ◦ blue 74

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

Shades of Kournikova #FFD34A

Tints of Kournikova #FFD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

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

R = 47.22%
G = 39.07%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD34A (or 0xFFD34A) is known color: Kournikova. HEX triplet: FF, D3 and 4A. RGB value is (255,211,74). Sum of RGB (Red+Green+Blue) = 255+211+74=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD34A is #002CB5. Grayscale: #D1D1D1. Windows color (decimal): -11446 or 4903935. OLE color: 4903935.

HSL color Cylindrical-coordinate representation of color #FFD34A: hue angle of 45.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 #FFD34A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 211 74 -
CMYK 0 0.17 0.71 0
HSL 45.41º 1% 0.65% -
HSV(B) 45.41º 0.71% 1% -
XYZ 65.77 68.34 16.2 -
YUV 208.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 255 211 74 0 0.17 0.71 0 45.41 1 0.65
Hex FF D3 4A 0 11 47 0 2D 64 41
Octal 377 323 112 0 21 107 0 55 144 101
Binary 11111111 11010011 1001010 0 10001 1000111 0 101101 1100100 1000001

Color Harmonies of #FFD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD34A

Black with #FFD34A

Text Example


Text Example

White with #FFD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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