Html Css Color HEX #F5C85D Kournikova

📋 copy color: '#F5C85D'

red 245 ◦ green 200 ◦ blue 93

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

Shades of Kournikova #F5C85D

Tints of Kournikova #F5C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

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

R = 45.54%
G = 37.17%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5C85D (or 0xF5C85D) is known color: Kournikova. HEX triplet: F5, C8 and 5D. RGB value is (245,200,93). Sum of RGB (Red+Green+Blue) = 245+200+93=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C85D is #0A37A2. Grayscale: #C9C9C9. Windows color (decimal): -669603 or 6146293. OLE color: 6146293.

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

Color convert

RGB 245 200 93 -
CMYK 0 0.18 0.62 0.04
HSL 42.24º 0.88% 0.66% -
HSV(B) 42.24º 0.62% 0.96% -
XYZ 60.29 61.51 19.05 -
YUV 201.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 245 200 93 0 0.18 0.62 0.04 42.24 0.88 0.66
Hex F5 C8 5D 0 12 3E 4 2A 58 42
Octal 365 310 135 0 22 76 4 52 130 102
Binary 11110101 11001000 1011101 0 10010 111110 100 101010 1011000 1000010

Color Harmonies of #F5C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C85D

Black with #F5C85D

Text Example


Text Example

White with #F5C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C85D; }

 p { color: rgb(245,200,93); }

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

background-color css

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

 a { background-color: rgb(245,200,93); }

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

border-color css

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

 span { border-color: rgb(245,200,93); }

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