Html Css Color HEX #FCCF5B Kournikova

📋 copy color: '#FCCF5B'

red 252 ◦ green 207 ◦ blue 91

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

Shades of Kournikova #FCCF5B

Tints of Kournikova #FCCF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.55%

R = 45.82%
G = 37.64%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCCF5B (or 0xFCCF5B) is known color: Kournikova. HEX triplet: FC, CF and 5B. RGB value is (252,207,91). Sum of RGB (Red+Green+Blue) = 252+207+91=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF5B is #0330A4. Grayscale: #CFCFCF. Windows color (decimal): -209061 or 6017020. OLE color: 6017020.

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

Color convert

RGB 252 207 91 -
CMYK 0 0.18 0.64 0.01
HSL 43.23º 0.96% 0.67% -
HSV(B) 43.23º 0.64% 0.99% -
XYZ 64.35 66.08 19.26 -
YUV 207.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 252 207 91 0 0.18 0.64 0.01 43.23 0.96 0.67
Hex FC CF 5B 0 12 40 1 2B 60 43
Octal 374 317 133 0 22 100 1 53 140 103
Binary 11111100 11001111 1011011 0 10010 1000000 1 101011 1100000 1000011

Color Harmonies of #FCCF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF5B

Black with #FCCF5B

Text Example


Text Example

White with #FCCF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF5B; }

 p { color: rgb(252,207,91); }

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

background-color css

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

 a { background-color: rgb(252,207,91); }

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

border-color css

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

 span { border-color: rgb(252,207,91); }

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