Html Css Color HEX #FFCA58 Kournikova

📋 copy color: '#FFCA58'

red 255 ◦ green 202 ◦ blue 88

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

Shades of Kournikova #FFCA58

Tints of Kournikova #FFCA58

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.06%

 BLUE value IS 88 (34.77% from 255) = 16.15%

R = 46.79%
G = 37.06%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFCA58 (or 0xFFCA58) is known color: Kournikova. HEX triplet: FF, CA and 58. RGB value is (255,202,88). Sum of RGB (Red+Green+Blue) = 255+202+88=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA58 is #0035A7. Grayscale: #CDCDCD. Windows color (decimal): -13736 or 5819135. OLE color: 5819135.

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

Color convert

RGB 255 202 88 -
CMYK 0 0.21 0.65 0
HSL 40.96º 1% 0.67% -
HSV(B) 40.96º 0.65% 1% -
XYZ 64.12 64.21 18.25 -
YUV 204.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 255 202 88 0 0.21 0.65 0 40.96 1 0.67
Hex FF CA 58 0 15 41 0 29 64 43
Octal 377 312 130 0 25 101 0 51 144 103
Binary 11111111 11001010 1011000 0 10101 1000001 0 101001 1100100 1000011

Color Harmonies of #FFCA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA58

Black with #FFCA58

Text Example


Text Example

White with #FFCA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA58; }

 p { color: rgb(255,202,88); }

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

background-color css

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

 a { background-color: rgb(255,202,88); }

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

border-color css

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

 span { border-color: rgb(255,202,88); }

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