Html Css Color HEX #F5CF4A Kournikova

📋 copy color: '#F5CF4A'

red 245 ◦ green 207 ◦ blue 74

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

Shades of Kournikova #F5CF4A

Tints of Kournikova #F5CF4A

RGB

 RED value IS 245 (96.09% from 255) = 46.58%

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

 BLUE value IS 74 (29.3% from 255) = 14.07%

R = 46.58%
G = 39.35%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5CF4A (or 0xF5CF4A) is known color: Kournikova. HEX triplet: F5, CF and 4A. RGB value is (245,207,74). Sum of RGB (Red+Green+Blue) = 245+207+74=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF4A is #0A30B5. Grayscale: #CBCBCB. Windows color (decimal): -667830 or 4902901. OLE color: 4902901.

HSL color Cylindrical-coordinate representation of color #F5CF4A: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5CF4A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 207 74 -
CMYK 0 0.16 0.70 0.04
HSL 46.67º 0.9% 0.63% -
HSV(B) 46.67º 0.7% 0.96% -
XYZ 61.21 64.53 15.71 -
YUV 203.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 245 207 74 0 0.16 0.70 0.04 46.67 0.9 0.63
Hex F5 CF 4A 0 10 46 4 2F 5A 3F
Octal 365 317 112 0 20 106 4 57 132 77
Binary 11110101 11001111 1001010 0 10000 1000110 100 101111 1011010 111111

Color Harmonies of #F5CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF4A

Black with #F5CF4A

Text Example


Text Example

White with #F5CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF4A; }

 p { color: rgb(245,207,74); }

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

background-color css

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

 a { background-color: rgb(245,207,74); }

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

border-color css

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

 span { border-color: rgb(245,207,74); }

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