Html Css Color HEX #FCCB5D Kournikova

📋 copy color: '#FCCB5D'

red 252 ◦ green 203 ◦ blue 93

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

Shades of Kournikova #FCCB5D

Tints of Kournikova #FCCB5D

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

 GREEN value IS 203 (79.69% from 255) = 37.04%

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

R = 45.99%
G = 37.04%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCCB5D (or 0xFCCB5D) is known color: Kournikova. HEX triplet: FC, CB and 5D. RGB value is (252,203,93). Sum of RGB (Red+Green+Blue) = 252+203+93=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB5D is #0334A2. Grayscale: #CDCDCD. Windows color (decimal): -210083 or 6147068. OLE color: 6147068.

HSL color Cylindrical-coordinate representation of color #FCCB5D: hue angle of 41.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCCB5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 93 -
CMYK 0 0.19 0.63 0.01
HSL 41.51º 0.96% 0.68% -
HSV(B) 41.51º 0.63% 0.99% -
XYZ 63.48 64.2 19.4 -
YUV 205.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 252 203 93 0 0.19 0.63 0.01 41.51 0.96 0.68
Hex FC CB 5D 0 13 3F 1 2A 60 44
Octal 374 313 135 0 23 77 1 52 140 104
Binary 11111100 11001011 1011101 0 10011 111111 1 101010 1100000 1000100

Color Harmonies of #FCCB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB5D

Black with #FCCB5D

Text Example


Text Example

White with #FCCB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB5D; }

 p { color: rgb(252,203,93); }

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

background-color css

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

 a { background-color: rgb(252,203,93); }

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

border-color css

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

 span { border-color: rgb(252,203,93); }

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