Html Css Color HEX #FFCD48 Kournikova

📋 copy color: '#FFCD48'

red 255 ◦ green 205 ◦ blue 72

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

Shades of Kournikova #FFCD48

Tints of Kournikova #FFCD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 72 (28.52% from 255) = 13.53%

R = 47.93%
G = 38.53%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFCD48 (or 0xFFCD48) is known color: Kournikova. HEX triplet: FF, CD and 48. RGB value is (255,205,72). Sum of RGB (Red+Green+Blue) = 255+205+72=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD48 is #0032B7. Grayscale: #CDCDCD. Windows color (decimal): -12984 or 4771327. OLE color: 4771327.

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

Color convert

RGB 255 205 72 -
CMYK 0 0.20 0.72 0
HSL 43.61º 1% 0.64% -
HSV(B) 43.61º 0.72% 1% -
XYZ 64.24 65.39 15.37 -
YUV 204.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 255 205 72 0 0.20 0.72 0 43.61 1 0.64
Hex FF CD 48 0 14 48 0 2C 64 40
Octal 377 315 110 0 24 110 0 54 144 100
Binary 11111111 11001101 1001000 0 10100 1001000 0 101100 1100100 1000000

Color Harmonies of #FFCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD48

Black with #FFCD48

Text Example


Text Example

White with #FFCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD48; }

 p { color: rgb(255,205,72); }

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

background-color css

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

 a { background-color: rgb(255,205,72); }

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

border-color css

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

 span { border-color: rgb(255,205,72); }

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