Html Css Color HEX #FCCD4B Kournikova

📋 copy color: '#FCCD4B'

red 252 ◦ green 205 ◦ blue 75

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

Shades of Kournikova #FCCD4B

Tints of Kournikova #FCCD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 75 (29.69% from 255) = 14.1%

R = 47.37%
G = 38.53%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCCD4B (or 0xFCCD4B) is known color: Kournikova. HEX triplet: FC, CD and 4B. RGB value is (252,205,75). Sum of RGB (Red+Green+Blue) = 252+205+75=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD4B is #0332B4. Grayscale: #CCCCCC. Windows color (decimal): -209589 or 4967932. OLE color: 4967932.

HSL color Cylindrical-coordinate representation of color #FCCD4B: hue angle of 44.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCCD4B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 75 -
CMYK 0 0.19 0.70 0.01
HSL 44.07º 0.97% 0.64% -
HSV(B) 44.07º 0.7% 0.99% -
XYZ 63.25 64.87 15.84 -
YUV 204.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 252 205 75 0 0.19 0.70 0.01 44.07 0.97 0.64
Hex FC CD 4B 0 13 46 1 2C 61 40
Octal 374 315 113 0 23 106 1 54 141 100
Binary 11111100 11001101 1001011 0 10011 1000110 1 101100 1100001 1000000

Color Harmonies of #FCCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD4B

Black with #FCCD4B

Text Example


Text Example

White with #FCCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD4B; }

 p { color: rgb(252,205,75); }

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

background-color css

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

 a { background-color: rgb(252,205,75); }

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

border-color css

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

 span { border-color: rgb(252,205,75); }

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