Html Css Color HEX #FFCB46 Kournikova

📋 copy color: '#FFCB46'

red 255 ◦ green 203 ◦ blue 70

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

Shades of Kournikova #FFCB46

Tints of Kournikova #FFCB46

RGB

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

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

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

R = 48.3%
G = 38.45%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFCB46 (or 0xFFCB46) is known color: Kournikova. HEX triplet: FF, CB and 46. RGB value is (255,203,70). Sum of RGB (Red+Green+Blue) = 255+203+70=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB46 is #0034B9. Grayscale: #CBCBCB. Windows color (decimal): -13498 or 4639743. OLE color: 4639743.

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

Color convert

RGB 255 203 70 -
CMYK 0 0.20 0.73 0
HSL 43.14º 1% 0.64% -
HSV(B) 43.14º 0.73% 1% -
XYZ 63.7 64.41 14.87 -
YUV 203.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 255 203 70 0 0.20 0.73 0 43.14 1 0.64
Hex FF CB 46 0 14 49 0 2B 64 40
Octal 377 313 106 0 24 111 0 53 144 100
Binary 11111111 11001011 1000110 0 10100 1001001 0 101011 1100100 1000000

Color Harmonies of #FFCB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB46

Black with #FFCB46

Text Example


Text Example

White with #FFCB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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