Html Css Color HEX #FBC95D Kournikova

📋 copy color: '#FBC95D'

red 251 ◦ green 201 ◦ blue 93

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

Shades of Kournikova #FBC95D

Tints of Kournikova #FBC95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 93 (36.72% from 255) = 17.06%

R = 46.06%
G = 36.88%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBC95D (or 0xFBC95D) is known color: Kournikova. HEX triplet: FB, C9 and 5D. RGB value is (251,201,93). Sum of RGB (Red+Green+Blue) = 251+201+93=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC95D is #0436A2. Grayscale: #CCCCCC. Windows color (decimal): -276131 or 6146555. OLE color: 6146555.

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

Color convert

RGB 251 201 93 -
CMYK 0 0.20 0.63 0.02
HSL 41.01º 0.95% 0.67% -
HSV(B) 41.01º 0.63% 0.98% -
XYZ 62.65 63.07 19.23 -
YUV 203.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 251 201 93 0 0.20 0.63 0.02 41.01 0.95 0.67
Hex FB C9 5D 0 14 3F 2 29 5F 43
Octal 373 311 135 0 24 77 2 51 137 103
Binary 11111011 11001001 1011101 0 10100 111111 10 101001 1011111 1000011

Color Harmonies of #FBC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC95D

Black with #FBC95D

Text Example


Text Example

White with #FBC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC95D; }

 p { color: rgb(251,201,93); }

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

background-color css

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

 a { background-color: rgb(251,201,93); }

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

border-color css

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

 span { border-color: rgb(251,201,93); }

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