Html Css Color HEX #FBCB53 Kournikova

📋 copy color: '#FBCB53'

red 251 ◦ green 203 ◦ blue 83

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

Shades of Kournikova #FBCB53

Tints of Kournikova #FBCB53

RGB

 RED value IS 251 (98.44% from 255) = 46.74%

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

 BLUE value IS 83 (32.81% from 255) = 15.46%

R = 46.74%
G = 37.8%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBCB53 (or 0xFBCB53) is known color: Kournikova. HEX triplet: FB, CB and 53. RGB value is (251,203,83). Sum of RGB (Red+Green+Blue) = 251+203+83=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB53 is #0434AC. Grayscale: #CCCCCC. Windows color (decimal): -275629 or 5491707. OLE color: 5491707.

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

Color convert

RGB 251 203 83 -
CMYK 0 0.19 0.67 0.02
HSL 42.86º 0.95% 0.65% -
HSV(B) 42.86º 0.67% 0.98% -
XYZ 62.7 63.85 17.2 -
YUV 203.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 251 203 83 0 0.19 0.67 0.02 42.86 0.95 0.65
Hex FB CB 53 0 13 43 2 2B 5F 41
Octal 373 313 123 0 23 103 2 53 137 101
Binary 11111011 11001011 1010011 0 10011 1000011 10 101011 1011111 1000001

Color Harmonies of #FBCB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB53

Black with #FBCB53

Text Example


Text Example

White with #FBCB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB53; }

 p { color: rgb(251,203,83); }

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

background-color css

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

 a { background-color: rgb(251,203,83); }

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

border-color css

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

 span { border-color: rgb(251,203,83); }

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