Html Css Color HEX #FFCF44 Kournikova

📋 copy color: '#FFCF44'

red 255 ◦ green 207 ◦ blue 68

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

Shades of Kournikova #FFCF44

Tints of Kournikova #FFCF44

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.06%

 BLUE value IS 68 (26.95% from 255) = 12.83%

R = 48.11%
G = 39.06%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFCF44 (or 0xFFCF44) is known color: Kournikova. HEX triplet: FF, CF and 44. RGB value is (255,207,68). Sum of RGB (Red+Green+Blue) = 255+207+68=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF44 is #0030BB. Grayscale: #CECECE. Windows color (decimal): -12476 or 4509695. OLE color: 4509695.

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

Color convert

RGB 255 207 68 -
CMYK 0 0.19 0.73 0
HSL 44.6º 1% 0.63% -
HSV(B) 44.6º 0.73% 1% -
XYZ 64.6 66.3 14.86 -
YUV 205.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 255 207 68 0 0.19 0.73 0 44.6 1 0.63
Hex FF CF 44 0 13 49 0 2D 64 3F
Octal 377 317 104 0 23 111 0 55 144 77
Binary 11111111 11001111 1000100 0 10011 1001001 0 101101 1100100 111111

Color Harmonies of #FFCF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF44

Black with #FFCF44

Text Example


Text Example

White with #FFCF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF44; }

 p { color: rgb(255,207,68); }

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

background-color css

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

 a { background-color: rgb(255,207,68); }

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

border-color css

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

 span { border-color: rgb(255,207,68); }

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