Html Css Color HEX #F8D14D Kournikova

📋 copy color: '#F8D14D'

red 248 ◦ green 209 ◦ blue 77

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

Shades of Kournikova #F8D14D

Tints of Kournikova #F8D14D

RGB

 RED value IS 248 (97.27% from 255) = 46.44%

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

 BLUE value IS 77 (30.47% from 255) = 14.42%

R = 46.44%
G = 39.14%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8D14D (or 0xF8D14D) is known color: Kournikova. HEX triplet: F8, D1 and 4D. RGB value is (248,209,77). Sum of RGB (Red+Green+Blue) = 248+209+77=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D14D is #072EB2. Grayscale: #CECECE. Windows color (decimal): -470707 or 5100024. OLE color: 5100024.

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

Color convert

RGB 248 209 77 -
CMYK 0 0.16 0.69 0.03
HSL 46.32º 0.92% 0.64% -
HSV(B) 46.32º 0.69% 0.97% -
XYZ 62.85 66.09 16.47 -
YUV 205.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 248 209 77 0 0.16 0.69 0.03 46.32 0.92 0.64
Hex F8 D1 4D 0 10 45 3 2E 5C 40
Octal 370 321 115 0 20 105 3 56 134 100
Binary 11111000 11010001 1001101 0 10000 1000101 11 101110 1011100 1000000

Color Harmonies of #F8D14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D14D

Black with #F8D14D

Text Example


Text Example

White with #F8D14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D14D; }

 p { color: rgb(248,209,77); }

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

background-color css

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

 a { background-color: rgb(248,209,77); }

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

border-color css

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

 span { border-color: rgb(248,209,77); }

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