Html Css Color HEX #FFD14A Kournikova

📋 copy color: '#FFD14A'

red 255 ◦ green 209 ◦ blue 74

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

Shades of Kournikova #FFD14A

Tints of Kournikova #FFD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

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

R = 47.4%
G = 38.85%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD14A (or 0xFFD14A) is known color: Kournikova. HEX triplet: FF, D1 and 4A. RGB value is (255,209,74). Sum of RGB (Red+Green+Blue) = 255+209+74=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD14A is #002EB5. Grayscale: #CFCFCF. Windows color (decimal): -11958 or 4903423. OLE color: 4903423.

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

Color convert

RGB 255 209 74 -
CMYK 0 0.18 0.71 0
HSL 44.75º 1% 0.65% -
HSV(B) 44.75º 0.71% 1% -
XYZ 65.28 67.36 16.04 -
YUV 207.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 255 209 74 0 0.18 0.71 0 44.75 1 0.65
Hex FF D1 4A 0 12 47 0 2D 64 41
Octal 377 321 112 0 22 107 0 55 144 101
Binary 11111111 11010001 1001010 0 10010 1000111 0 101101 1100100 1000001

Color Harmonies of #FFD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD14A

Black with #FFD14A

Text Example


Text Example

White with #FFD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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