Html Css Color HEX #FBC947 Kournikova

📋 copy color: '#FBC947'

red 251 ◦ green 201 ◦ blue 71

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

Shades of Kournikova #FBC947

Tints of Kournikova #FBC947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.58%

R = 47.99%
G = 38.43%
B = 13.58%

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

#FBC947 (or 0xFBC947) is known color: Kournikova. HEX triplet: FB, C9 and 47. RGB value is (251,201,71). Sum of RGB (Red+Green+Blue) = 251+201+71=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC947 is #0436B8. Grayscale: #C9C9C9. Windows color (decimal): -276153 or 4704763. OLE color: 4704763.

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

Color convert

RGB 251 201 71 -
CMYK 0 0.20 0.72 0.02
HSL 43.33º 0.96% 0.63% -
HSV(B) 43.33º 0.72% 0.98% -
XYZ 61.81 62.74 14.81 -
YUV 201.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 251 201 71 0 0.20 0.72 0.02 43.33 0.96 0.63
Hex FB C9 47 0 14 48 2 2B 60 3F
Octal 373 311 107 0 24 110 2 53 140 77
Binary 11111011 11001001 1000111 0 10100 1001000 10 101011 1100000 111111

Color Harmonies of #FBC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC947

Black with #FBC947

Text Example


Text Example

White with #FBC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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