Html Css Color HEX #FBC95C Kournikova

📋 copy color: '#FBC95C'

red 251 ◦ green 201 ◦ blue 92

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

Shades of Kournikova #FBC95C

Tints of Kournikova #FBC95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.91%

R = 46.14%
G = 36.95%
B = 16.91%

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

#FBC95C (or 0xFBC95C) is known color: Kournikova. HEX triplet: FB, C9 and 5C. RGB value is (251,201,92). Sum of RGB (Red+Green+Blue) = 251+201+92=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC95C is #0436A3. Grayscale: #CCCCCC. Windows color (decimal): -276132 or 6081019. OLE color: 6081019.

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

Color convert

RGB 251 201 92 -
CMYK 0 0.20 0.63 0.02
HSL 41.13º 0.95% 0.67% -
HSV(B) 41.13º 0.63% 0.98% -
XYZ 62.6 63.06 19 -
YUV 203.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 251 201 92 0 0.20 0.63 0.02 41.13 0.95 0.67
Hex FB C9 5C 0 14 3F 2 29 5F 43
Octal 373 311 134 0 24 77 2 51 137 103
Binary 11111011 11001001 1011100 0 10100 111111 10 101001 1011111 1000011

Color Harmonies of #FBC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC95C

Black with #FBC95C

Text Example


Text Example

White with #FBC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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