Html Css Color HEX #FFCB49 Kournikova

📋 copy color: '#FFCB49'

red 255 ◦ green 203 ◦ blue 73

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

Shades of Kournikova #FFCB49

Tints of Kournikova #FFCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

 BLUE value IS 73 (28.91% from 255) = 13.75%

R = 48.02%
G = 38.23%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFCB49 (or 0xFFCB49) is known color: Kournikova. HEX triplet: FF, CB and 49. RGB value is (255,203,73). Sum of RGB (Red+Green+Blue) = 255+203+73=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB49 is #0034B6. Grayscale: #CCCCCC. Windows color (decimal): -13495 or 4836351. OLE color: 4836351.

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

Color convert

RGB 255 203 73 -
CMYK 0 0.20 0.71 0
HSL 42.86º 1% 0.64% -
HSV(B) 42.86º 0.71% 1% -
XYZ 63.8 64.45 15.38 -
YUV 203.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 255 203 73 0 0.20 0.71 0 42.86 1 0.64
Hex FF CB 49 0 14 47 0 2B 64 40
Octal 377 313 111 0 24 107 0 53 144 100
Binary 11111111 11001011 1001001 0 10100 1000111 0 101011 1100100 1000000

Color Harmonies of #FFCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB49

Black with #FFCB49

Text Example


Text Example

White with #FFCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB49; }

 p { color: rgb(255,203,73); }

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

background-color css

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

 a { background-color: rgb(255,203,73); }

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

border-color css

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

 span { border-color: rgb(255,203,73); }

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