Html Css Color HEX #FDCC4E Kournikova

📋 copy color: '#FDCC4E'

red 253 ◦ green 204 ◦ blue 78

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

Shades of Kournikova #FDCC4E

Tints of Kournikova #FDCC4E

RGB

 RED value IS 253 (99.22% from 255) = 47.29%

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 78 (30.86% from 255) = 14.58%

R = 47.29%
G = 38.13%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDCC4E (or 0xFDCC4E) is known color: Kournikova. HEX triplet: FD, CC and 4E. RGB value is (253,204,78). Sum of RGB (Red+Green+Blue) = 253+204+78=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC4E is #0233B1. Grayscale: #CCCCCC. Windows color (decimal): -144306 or 5164285. OLE color: 5164285.

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

Color convert

RGB 253 204 78 -
CMYK 0 0.19 0.69 0.01
HSL 43.2º 0.98% 0.65% -
HSV(B) 43.2º 0.69% 0.99% -
XYZ 63.48 64.62 16.33 -
YUV 204.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 253 204 78 0 0.19 0.69 0.01 43.2 0.98 0.65
Hex FD CC 4E 0 13 45 1 2B 62 41
Octal 375 314 116 0 23 105 1 53 142 101
Binary 11111101 11001100 1001110 0 10011 1000101 1 101011 1100010 1000001

Color Harmonies of #FDCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC4E

Black with #FDCC4E

Text Example


Text Example

White with #FDCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC4E; }

 p { color: rgb(253,204,78); }

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

background-color css

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

 a { background-color: rgb(253,204,78); }

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

border-color css

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

 span { border-color: rgb(253,204,78); }

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