Html Css Color HEX #FFCC50 Kournikova

📋 copy color: '#FFCC50'

red 255 ◦ green 204 ◦ blue 80

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

Shades of Kournikova #FFCC50

Tints of Kournikova #FFCC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.84%

R = 47.31%
G = 37.85%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFCC50 (or 0xFFCC50) is known color: Kournikova. HEX triplet: FF, CC and 50. RGB value is (255,204,80). Sum of RGB (Red+Green+Blue) = 255+204+80=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC50 is #0033AF. Grayscale: #CDCDCD. Windows color (decimal): -13232 or 5295359. OLE color: 5295359.

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

Color convert

RGB 255 204 80 -
CMYK 0 0.2 0.69 0
HSL 42.51º 1% 0.66% -
HSV(B) 42.51º 0.69% 1% -
XYZ 64.28 65.02 16.75 -
YUV 205.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 255 204 80 0 0.2 0.69 0 42.51 1 0.66
Hex FF CC 50 0 14 45 0 2B 64 42
Octal 377 314 120 0 24 105 0 53 144 102
Binary 11111111 11001100 1010000 0 10100 1000101 0 101011 1100100 1000010

Color Harmonies of #FFCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC50

Black with #FFCC50

Text Example


Text Example

White with #FFCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC50; }

 p { color: rgb(255,204,80); }

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

background-color css

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

 a { background-color: rgb(255,204,80); }

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

border-color css

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

 span { border-color: rgb(255,204,80); }

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