Html Css Color HEX #FFCF53 Kournikova

📋 copy color: '#FFCF53'

red 255 ◦ green 207 ◦ blue 83

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

Shades of Kournikova #FFCF53

Tints of Kournikova #FFCF53

RGB

 RED value IS 255 (100% from 255) = 46.79%

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

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

R = 46.79%
G = 37.98%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFCF53 (or 0xFFCF53) is known color: Kournikova. HEX triplet: FF, CF and 53. RGB value is (255,207,83). Sum of RGB (Red+Green+Blue) = 255+207+83=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF53 is #0030AC. Grayscale: #CFCFCF. Windows color (decimal): -12461 or 5492735. OLE color: 5492735.

HSL color Cylindrical-coordinate representation of color #FFCF53: hue angle of 43.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCF53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 83 -
CMYK 0 0.19 0.67 0
HSL 43.26º 1% 0.66% -
HSV(B) 43.26º 0.67% 1% -
XYZ 65.11 66.51 17.59 -
YUV 207.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 255 207 83 0 0.19 0.67 0 43.26 1 0.66
Hex FF CF 53 0 13 43 0 2B 64 42
Octal 377 317 123 0 23 103 0 53 144 102
Binary 11111111 11001111 1010011 0 10011 1000011 0 101011 1100100 1000010

Color Harmonies of #FFCF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF53

Black with #FFCF53

Text Example


Text Example

White with #FFCF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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