Html Css Color HEX #FBD34A Kournikova

📋 copy color: '#FBD34A'

red 251 ◦ green 211 ◦ blue 74

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

Shades of Kournikova #FBD34A

Tints of Kournikova #FBD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.37%

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

R = 46.83%
G = 39.37%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBD34A (or 0xFBD34A) is known color: Kournikova. HEX triplet: FB, D3 and 4A. RGB value is (251,211,74). Sum of RGB (Red+Green+Blue) = 251+211+74=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD34A is #042CB5. Grayscale: #CFCFCF. Windows color (decimal): -273590 or 4903931. OLE color: 4903931.

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

Color convert

RGB 251 211 74 -
CMYK 0 0.16 0.71 0.02
HSL 46.44º 0.96% 0.64% -
HSV(B) 46.44º 0.71% 0.98% -
XYZ 64.31 67.59 16.14 -
YUV 207.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 251 211 74 0 0.16 0.71 0.02 46.44 0.96 0.64
Hex FB D3 4A 0 10 47 2 2E 60 40
Octal 373 323 112 0 20 107 2 56 140 100
Binary 11111011 11010011 1001010 0 10000 1000111 10 101110 1100000 1000000

Color Harmonies of #FBD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD34A

Black with #FBD34A

Text Example


Text Example

White with #FBD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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