Html Css Color HEX #FBF060 Corn

📋 copy color: '#FBF060'

red 251 ◦ green 240 ◦ blue 96

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

Shades of Corn #FBF060

Tints of Corn #FBF060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

 BLUE value IS 96 (37.89% from 255) = 16.35%

R = 42.76%
G = 40.89%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBF060 (or 0xFBF060) is known color: Corn. HEX triplet: FB, F0 and 60. RGB value is (251,240,96). Sum of RGB (Red+Green+Blue) = 251+240+96=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 96 (37.89% from 255 or 16.35% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF060 is #040F9F. Grayscale: #E3E3E3. Windows color (decimal): -266144 or 6353147. OLE color: 6353147.

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

Color convert

RGB 251 240 96 -
CMYK 0 0.04 0.62 0.02
HSL 55.74º 0.95% 0.68% -
HSV(B) 55.74º 0.62% 0.98% -
XYZ 73.06 83.67 23.37 -
YUV 226.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 251 240 96 0 0.04 0.62 0.02 55.74 0.95 0.68
Hex FB F0 60 0 4 3E 2 38 5F 44
Octal 373 360 140 0 4 76 2 70 137 104
Binary 11111011 11110000 1100000 0 100 111110 10 111000 1011111 1000100

Color Harmonies of #FBF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF060

Black with #FBF060

Text Example


Text Example

White with #FBF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF060; }

 p { color: rgb(251,240,96); }

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

background-color css

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

 a { background-color: rgb(251,240,96); }

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

border-color css

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

 span { border-color: rgb(251,240,96); }

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