Html Css Color HEX #F8D14F Kournikova

📋 copy color: '#F8D14F'

red 248 ◦ green 209 ◦ blue 79

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

Shades of Kournikova #F8D14F

Tints of Kournikova #F8D14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.74%

R = 46.27%
G = 38.99%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8D14F (or 0xF8D14F) is known color: Kournikova. HEX triplet: F8, D1 and 4F. RGB value is (248,209,79). Sum of RGB (Red+Green+Blue) = 248+209+79=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D14F is #072EB0. Grayscale: #CECECE. Windows color (decimal): -470705 or 5231096. OLE color: 5231096.

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

Color convert

RGB 248 209 79 -
CMYK 0 0.16 0.68 0.03
HSL 46.15º 0.92% 0.64% -
HSV(B) 46.15º 0.68% 0.97% -
XYZ 62.92 66.12 16.84 -
YUV 205.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 248 209 79 0 0.16 0.68 0.03 46.15 0.92 0.64
Hex F8 D1 4F 0 10 44 3 2E 5C 40
Octal 370 321 117 0 20 104 3 56 134 100
Binary 11111000 11010001 1001111 0 10000 1000100 11 101110 1011100 1000000

Color Harmonies of #F8D14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D14F

Black with #F8D14F

Text Example


Text Example

White with #F8D14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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