Html Css Color HEX #FBC94A Kournikova

📋 copy color: '#FBC94A'

red 251 ◦ green 201 ◦ blue 74

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

Shades of Kournikova #FBC94A

Tints of Kournikova #FBC94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.07%

R = 47.72%
G = 38.21%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBC94A (or 0xFBC94A) is known color: Kournikova. HEX triplet: FB, C9 and 4A. RGB value is (251,201,74). Sum of RGB (Red+Green+Blue) = 251+201+74=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC94A is #0436B5. Grayscale: #CACACA. Windows color (decimal): -276150 or 4901371. OLE color: 4901371.

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

Color convert

RGB 251 201 74 -
CMYK 0 0.20 0.71 0.02
HSL 43.05º 0.96% 0.64% -
HSV(B) 43.05º 0.71% 0.98% -
XYZ 61.91 62.78 15.33 -
YUV 201.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 251 201 74 0 0.20 0.71 0.02 43.05 0.96 0.64
Hex FB C9 4A 0 14 47 2 2B 60 40
Octal 373 311 112 0 24 107 2 53 140 100
Binary 11111011 11001001 1001010 0 10100 1000111 10 101011 1100000 1000000

Color Harmonies of #FBC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC94A

Black with #FBC94A

Text Example


Text Example

White with #FBC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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