Html Css Color HEX #FFCB48 Kournikova

📋 copy color: '#FFCB48'

red 255 ◦ green 203 ◦ blue 72

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

Shades of Kournikova #FFCB48

Tints of Kournikova #FFCB48

RGB

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

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

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

R = 48.11%
G = 38.3%
B = 13.58%

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

#FFCB48 (or 0xFFCB48) is known color: Kournikova. HEX triplet: FF, CB and 48. RGB value is (255,203,72). Sum of RGB (Red+Green+Blue) = 255+203+72=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB48 is #0034B7. Grayscale: #CCCCCC. Windows color (decimal): -13496 or 4770815. OLE color: 4770815.

HSL color Cylindrical-coordinate representation of color #FFCB48: hue angle of 42.95º 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 #FFCB48 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 72 -
CMYK 0 0.20 0.72 0
HSL 42.95º 1% 0.64% -
HSV(B) 42.95º 0.72% 1% -
XYZ 63.77 64.44 15.21 -
YUV 203.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 255 203 72 0 0.20 0.72 0 42.95 1 0.64
Hex FF CB 48 0 14 48 0 2B 64 40
Octal 377 313 110 0 24 110 0 53 144 100
Binary 11111111 11001011 1001000 0 10100 1001000 0 101011 1100100 1000000

Color Harmonies of #FFCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB48

Black with #FFCB48

Text Example


Text Example

White with #FFCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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