Html Css Color HEX #FBC953 Kournikova

📋 copy color: '#FBC953'

red 251 ◦ green 201 ◦ blue 83

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

Shades of Kournikova #FBC953

Tints of Kournikova #FBC953

RGB

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

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

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

R = 46.92%
G = 37.57%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBC953 (or 0xFBC953) is known color: Kournikova. HEX triplet: FB, C9 and 53. RGB value is (251,201,83). Sum of RGB (Red+Green+Blue) = 251+201+83=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC953 is #0436AC. Grayscale: #CBCBCB. Windows color (decimal): -276141 or 5491195. OLE color: 5491195.

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

Color convert

RGB 251 201 83 -
CMYK 0 0.20 0.67 0.02
HSL 42.14º 0.95% 0.65% -
HSV(B) 42.14º 0.67% 0.98% -
XYZ 62.23 62.91 17.05 -
YUV 202.5 60.57 162.59 -
System Red Green Blue C M Y K H S L
Decimal 251 201 83 0 0.20 0.67 0.02 42.14 0.95 0.65
Hex FB C9 53 0 14 43 2 2A 5F 41
Octal 373 311 123 0 24 103 2 52 137 101
Binary 11111011 11001001 1010011 0 10100 1000011 10 101010 1011111 1000001

Color Harmonies of #FBC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC953

Black with #FBC953

Text Example


Text Example

White with #FBC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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