Html Css Color HEX #F2CD5D Kournikova

📋 copy color: '#F2CD5D'

red 242 ◦ green 205 ◦ blue 93

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

Shades of Kournikova #F2CD5D

Tints of Kournikova #F2CD5D

RGB

 RED value IS 242 (94.92% from 255) = 44.81%

 GREEN value IS 205 (80.47% from 255) = 37.96%

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 44.81%
G = 37.96%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2CD5D (or 0xF2CD5D) is known color: Kournikova. HEX triplet: F2, CD and 5D. RGB value is (242,205,93). Sum of RGB (Red+Green+Blue) = 242+205+93=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD5D is #0D32A2. Grayscale: #CBCBCB. Windows color (decimal): -864931 or 6147570. OLE color: 6147570.

HSL color Cylindrical-coordinate representation of color #F2CD5D: hue angle of 45.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2CD5D is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 93 -
CMYK 0 0.15 0.62 0.05
HSL 45.1º 0.85% 0.66% -
HSV(B) 45.1º 0.62% 0.95% -
XYZ 60.43 63.33 19.4 -
YUV 203.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 242 205 93 0 0.15 0.62 0.05 45.1 0.85 0.66
Hex F2 CD 5D 0 F 3E 5 2D 55 42
Octal 362 315 135 0 17 76 5 55 125 102
Binary 11110010 11001101 1011101 0 1111 111110 101 101101 1010101 1000010

Color Harmonies of #F2CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD5D

Black with #F2CD5D

Text Example


Text Example

White with #F2CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD5D; }

 p { color: rgb(242,205,93); }

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

background-color css

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

 a { background-color: rgb(242,205,93); }

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

border-color css

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

 span { border-color: rgb(242,205,93); }

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