Html Css Color HEX #F8CF50 Kournikova

📋 copy color: '#F8CF50'

red 248 ◦ green 207 ◦ blue 80

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

Shades of Kournikova #F8CF50

Tints of Kournikova #F8CF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.69%

 BLUE value IS 80 (31.64% from 255) = 14.95%

R = 46.36%
G = 38.69%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8CF50 (or 0xF8CF50) is known color: Kournikova. HEX triplet: F8, CF and 50. RGB value is (248,207,80). Sum of RGB (Red+Green+Blue) = 248+207+80=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF50 is #0730AF. Grayscale: #CDCDCD. Windows color (decimal): -471216 or 5296120. OLE color: 5296120.

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

Color convert

RGB 248 207 80 -
CMYK 0 0.17 0.68 0.03
HSL 45.36º 0.92% 0.64% -
HSV(B) 45.36º 0.68% 0.97% -
XYZ 62.47 65.16 16.87 -
YUV 204.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 248 207 80 0 0.17 0.68 0.03 45.36 0.92 0.64
Hex F8 CF 50 0 11 44 3 2D 5C 40
Octal 370 317 120 0 21 104 3 55 134 100
Binary 11111000 11001111 1010000 0 10001 1000100 11 101101 1011100 1000000

Color Harmonies of #F8CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF50

Black with #F8CF50

Text Example


Text Example

White with #F8CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF50; }

 p { color: rgb(248,207,80); }

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

background-color css

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

 a { background-color: rgb(248,207,80); }

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

border-color css

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

 span { border-color: rgb(248,207,80); }

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