Html Css Color HEX #FFCB58 Kournikova

📋 copy color: '#FFCB58'

red 255 ◦ green 203 ◦ blue 88

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

Shades of Kournikova #FFCB58

Tints of Kournikova #FFCB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.12%

R = 46.7%
G = 37.18%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFCB58 (or 0xFFCB58) is known color: Kournikova. HEX triplet: FF, CB and 58. RGB value is (255,203,88). Sum of RGB (Red+Green+Blue) = 255+203+88=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB58 is #0034A7. Grayscale: #CDCDCD. Windows color (decimal): -13480 or 5819391. OLE color: 5819391.

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

Color convert

RGB 255 203 88 -
CMYK 0 0.20 0.65 0
HSL 41.32º 1% 0.67% -
HSV(B) 41.32º 0.65% 1% -
XYZ 64.36 64.68 18.32 -
YUV 205.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 255 203 88 0 0.20 0.65 0 41.32 1 0.67
Hex FF CB 58 0 14 41 0 29 64 43
Octal 377 313 130 0 24 101 0 51 144 103
Binary 11111111 11001011 1011000 0 10100 1000001 0 101001 1100100 1000011

Color Harmonies of #FFCB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB58

Black with #FFCB58

Text Example


Text Example

White with #FFCB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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