Html Css Color HEX #F5D153 Kournikova

📋 copy color: '#F5D153'

red 245 ◦ green 209 ◦ blue 83

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

Shades of Kournikova #F5D153

Tints of Kournikova #F5D153

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.92%

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

R = 45.62%
G = 38.92%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F5D153 (or 0xF5D153) is known color: Kournikova. HEX triplet: F5, D1 and 53. RGB value is (245,209,83). Sum of RGB (Red+Green+Blue) = 245+209+83=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D153 is #0A2EAC. Grayscale: #CDCDCD. Windows color (decimal): -667309 or 5493237. OLE color: 5493237.

HSL color Cylindrical-coordinate representation of color #F5D153: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5D153 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 83 -
CMYK 0 0.15 0.66 0.04
HSL 46.67º 0.89% 0.64% -
HSV(B) 46.67º 0.66% 0.96% -
XYZ 62.02 65.64 17.58 -
YUV 205.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 245 209 83 0 0.15 0.66 0.04 46.67 0.89 0.64
Hex F5 D1 53 0 F 42 4 2F 59 40
Octal 365 321 123 0 17 102 4 57 131 100
Binary 11110101 11010001 1010011 0 1111 1000010 100 101111 1011001 1000000

Color Harmonies of #F5D153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D153

Black with #F5D153

Text Example


Text Example

White with #F5D153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D153; }

 p { color: rgb(245,209,83); }

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

background-color css

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

 a { background-color: rgb(245,209,83); }

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

border-color css

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

 span { border-color: rgb(245,209,83); }

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