Html Css Color HEX #F8D354 Kournikova

📋 copy color: '#F8D354'

red 248 ◦ green 211 ◦ blue 84

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

Shades of Kournikova #F8D354

Tints of Kournikova #F8D354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.47%

R = 45.67%
G = 38.86%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F8D354 (or 0xF8D354) is known color: Kournikova. HEX triplet: F8, D3 and 54. RGB value is (248,211,84). Sum of RGB (Red+Green+Blue) = 248+211+84=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D354 is #072CAB. Grayscale: #D0D0D0. Windows color (decimal): -470188 or 5559288. OLE color: 5559288.

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

Color convert

RGB 248 211 84 -
CMYK 0 0.15 0.66 0.03
HSL 46.46º 0.92% 0.65% -
HSV(B) 46.46º 0.66% 0.97% -
XYZ 63.61 67.19 18 -
YUV 207.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 248 211 84 0 0.15 0.66 0.03 46.46 0.92 0.65
Hex F8 D3 54 0 F 42 3 2E 5C 41
Octal 370 323 124 0 17 102 3 56 134 101
Binary 11111000 11010011 1010100 0 1111 1000010 11 101110 1011100 1000001

Color Harmonies of #F8D354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D354

Black with #F8D354

Text Example


Text Example

White with #F8D354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D354; }

 p { color: rgb(248,211,84); }

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

background-color css

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

 a { background-color: rgb(248,211,84); }

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

border-color css

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

 span { border-color: rgb(248,211,84); }

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