Html Css Color HEX #FBCF54 Kournikova

📋 copy color: '#FBCF54'

red 251 ◦ green 207 ◦ blue 84

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

Shades of Kournikova #FBCF54

Tints of Kournikova #FBCF54

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.19%

 BLUE value IS 84 (33.2% from 255) = 15.5%

R = 46.31%
G = 38.19%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBCF54 (or 0xFBCF54) is known color: Kournikova. HEX triplet: FB, CF and 54. RGB value is (251,207,84). Sum of RGB (Red+Green+Blue) = 251+207+84=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCF54 is #0430AB. Grayscale: #CECECE. Windows color (decimal): -274604 or 5558267. OLE color: 5558267.

HSL color Cylindrical-coordinate representation of color #FBCF54: hue angle of 44.19º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBCF54 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 207 84 -
CMYK 0 0.18 0.67 0.02
HSL 44.19º 0.95% 0.66% -
HSV(B) 44.19º 0.67% 0.98% -
XYZ 63.7 65.77 17.73 -
YUV 206.13 59.08 160 -
System Red Green Blue C M Y K H S L
Decimal 251 207 84 0 0.18 0.67 0.02 44.19 0.95 0.66
Hex FB CF 54 0 12 43 2 2C 5F 42
Octal 373 317 124 0 22 103 2 54 137 102
Binary 11111011 11001111 1010100 0 10010 1000011 10 101100 1011111 1000010

Color Harmonies of #FBCF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCF54

Black with #FBCF54

Text Example


Text Example

White with #FBCF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCF54; }

 p { color: rgb(251,207,84); }

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

background-color css

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

 a { background-color: rgb(251,207,84); }

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

border-color css

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

 span { border-color: rgb(251,207,84); }

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