Html Css Color HEX #FBC946 Kournikova

📋 copy color: '#FBC946'

red 251 ◦ green 201 ◦ blue 70

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

Shades of Kournikova #FBC946

Tints of Kournikova #FBC946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.41%

R = 48.08%
G = 38.51%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBC946 (or 0xFBC946) is known color: Kournikova. HEX triplet: FB, C9 and 46. RGB value is (251,201,70). Sum of RGB (Red+Green+Blue) = 251+201+70=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC946 is #0436B9. Grayscale: #C9C9C9. Windows color (decimal): -276154 or 4639227. OLE color: 4639227.

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

Color convert

RGB 251 201 70 -
CMYK 0 0.20 0.72 0.02
HSL 43.43º 0.96% 0.63% -
HSV(B) 43.43º 0.72% 0.98% -
XYZ 61.78 62.72 14.65 -
YUV 201.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 251 201 70 0 0.20 0.72 0.02 43.43 0.96 0.63
Hex FB C9 46 0 14 48 2 2B 60 3F
Octal 373 311 106 0 24 110 2 53 140 77
Binary 11111011 11001001 1000110 0 10100 1001000 10 101011 1100000 111111

Color Harmonies of #FBC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC946

Black with #FBC946

Text Example


Text Example

White with #FBC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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