Html Css Color HEX #F8CF53 Kournikova

📋 copy color: '#F8CF53'

red 248 ◦ green 207 ◦ blue 83

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

Shades of Kournikova #F8CF53

Tints of Kournikova #F8CF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.43%

R = 46.1%
G = 38.48%
B = 15.43%

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

#F8CF53 (or 0xF8CF53) is known color: Kournikova. HEX triplet: F8, CF and 53. RGB value is (248,207,83). Sum of RGB (Red+Green+Blue) = 248+207+83=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF53 is #0730AC. Grayscale: #CDCDCD. Windows color (decimal): -471213 or 5492728. OLE color: 5492728.

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

Color convert

RGB 248 207 83 -
CMYK 0 0.17 0.67 0.03
HSL 45.09º 0.92% 0.65% -
HSV(B) 45.09º 0.67% 0.97% -
XYZ 62.59 65.21 17.47 -
YUV 205.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 248 207 83 0 0.17 0.67 0.03 45.09 0.92 0.65
Hex F8 CF 53 0 11 43 3 2D 5C 41
Octal 370 317 123 0 21 103 3 55 134 101
Binary 11111000 11001111 1010011 0 10001 1000011 11 101101 1011100 1000001

Color Harmonies of #F8CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF53

Black with #F8CF53

Text Example


Text Example

White with #F8CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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