Html Css Color HEX #F8CF52 Kournikova

📋 copy color: '#F8CF52'

red 248 ◦ green 207 ◦ blue 82

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

Shades of Kournikova #F8CF52

Tints of Kournikova #F8CF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.27%

R = 46.18%
G = 38.55%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8CF52 (or 0xF8CF52) is known color: Kournikova. HEX triplet: F8, CF and 52. RGB value is (248,207,82). Sum of RGB (Red+Green+Blue) = 248+207+82=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF52 is #0730AD. Grayscale: #CDCDCD. Windows color (decimal): -471214 or 5427192. OLE color: 5427192.

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

Color convert

RGB 248 207 82 -
CMYK 0 0.17 0.67 0.03
HSL 45.18º 0.92% 0.65% -
HSV(B) 45.18º 0.67% 0.97% -
XYZ 62.55 65.19 17.27 -
YUV 205.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 248 207 82 0 0.17 0.67 0.03 45.18 0.92 0.65
Hex F8 CF 52 0 11 43 3 2D 5C 41
Octal 370 317 122 0 21 103 3 55 134 101
Binary 11111000 11001111 1010010 0 10001 1000011 11 101101 1011100 1000001

Color Harmonies of #F8CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF52

Black with #F8CF52

Text Example


Text Example

White with #F8CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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