Html Css Color HEX #FFCC4E Kournikova

📋 copy color: '#FFCC4E'

red 255 ◦ green 204 ◦ blue 78

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

Shades of Kournikova #FFCC4E

Tints of Kournikova #FFCC4E

RGB

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

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

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

R = 47.49%
G = 37.99%
B = 14.53%

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

#FFCC4E (or 0xFFCC4E) is known color: Kournikova. HEX triplet: FF, CC and 4E. RGB value is (255,204,78). Sum of RGB (Red+Green+Blue) = 255+204+78=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC4E is #0033B1. Grayscale: #CDCDCD. Windows color (decimal): -13234 or 5164287. OLE color: 5164287.

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

Color convert

RGB 255 204 78 -
CMYK 0 0.2 0.69 0
HSL 42.71º 1% 0.65% -
HSV(B) 42.71º 0.69% 1% -
XYZ 64.21 65 16.37 -
YUV 204.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 255 204 78 0 0.2 0.69 0 42.71 1 0.65
Hex FF CC 4E 0 14 45 0 2B 64 41
Octal 377 314 116 0 24 105 0 53 144 101
Binary 11111111 11001100 1001110 0 10100 1000101 0 101011 1100100 1000001

Color Harmonies of #FFCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC4E

Black with #FFCC4E

Text Example


Text Example

White with #FFCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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