Html Css Color HEX #FFCC46 Kournikova

📋 copy color: '#FFCC46'

red 255 ◦ green 204 ◦ blue 70

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

Shades of Kournikova #FFCC46

Tints of Kournikova #FFCC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.23%

R = 48.2%
G = 38.56%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFCC46 (or 0xFFCC46) is known color: Kournikova. HEX triplet: FF, CC and 46. RGB value is (255,204,70). Sum of RGB (Red+Green+Blue) = 255+204+70=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC46 is #0033B9. Grayscale: #CCCCCC. Windows color (decimal): -13242 or 4639999. OLE color: 4639999.

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

Color convert

RGB 255 204 70 -
CMYK 0 0.2 0.73 0
HSL 43.46º 1% 0.64% -
HSV(B) 43.46º 0.73% 1% -
XYZ 63.94 64.89 14.95 -
YUV 203.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 255 204 70 0 0.2 0.73 0 43.46 1 0.64
Hex FF CC 46 0 14 49 0 2B 64 40
Octal 377 314 106 0 24 111 0 53 144 100
Binary 11111111 11001100 1000110 0 10100 1001001 0 101011 1100100 1000000

Color Harmonies of #FFCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC46

Black with #FFCC46

Text Example


Text Example

White with #FFCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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