Html Css Color HEX #FBCC4A Kournikova

📋 copy color: '#FBCC4A'

red 251 ◦ green 204 ◦ blue 74

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

Shades of Kournikova #FBCC4A

Tints of Kournikova #FBCC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

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

R = 47.45%
G = 38.56%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBCC4A (or 0xFBCC4A) is known color: Kournikova. HEX triplet: FB, CC and 4A. RGB value is (251,204,74). Sum of RGB (Red+Green+Blue) = 251+204+74=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC4A is #0433B5. Grayscale: #CBCBCB. Windows color (decimal): -275382 or 4902139. OLE color: 4902139.

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

Color convert

RGB 251 204 74 -
CMYK 0 0.19 0.71 0.02
HSL 44.07º 0.96% 0.64% -
HSV(B) 44.07º 0.71% 0.98% -
XYZ 62.61 64.19 15.57 -
YUV 203.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 251 204 74 0 0.19 0.71 0.02 44.07 0.96 0.64
Hex FB CC 4A 0 13 47 2 2C 60 40
Octal 373 314 112 0 23 107 2 54 140 100
Binary 11111011 11001100 1001010 0 10011 1000111 10 101100 1100000 1000000

Color Harmonies of #FBCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC4A

Black with #FBCC4A

Text Example


Text Example

White with #FBCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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