Html Css Color HEX #FBF558 Corn

📋 copy color: '#FBF558'

red 251 ◦ green 245 ◦ blue 88

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

Shades of Corn #FBF558

Tints of Corn #FBF558

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.95%

 BLUE value IS 88 (34.77% from 255) = 15.07%

R = 42.98%
G = 41.95%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBF558 (or 0xFBF558) is known color: Corn. HEX triplet: FB, F5 and 58. RGB value is (251,245,88). Sum of RGB (Red+Green+Blue) = 251+245+88=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 88 (34.77% from 255 or 15.07% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF558 is #040AA7. Grayscale: #E5E5E5. Windows color (decimal): -264872 or 5830139. OLE color: 5830139.

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

Color convert

RGB 251 245 88 -
CMYK 0 0.02 0.65 0.02
HSL 57.79º 0.95% 0.66% -
HSV(B) 57.79º 0.65% 0.98% -
XYZ 74.2 86.52 22.02 -
YUV 228.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 251 245 88 0 0.02 0.65 0.02 57.79 0.95 0.66
Hex FB F5 58 0 2 41 2 3A 5F 42
Octal 373 365 130 0 2 101 2 72 137 102
Binary 11111011 11110101 1011000 0 10 1000001 10 111010 1011111 1000010

Color Harmonies of #FBF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF558

Black with #FBF558

Text Example


Text Example

White with #FBF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF558; }

 p { color: rgb(251,245,88); }

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

background-color css

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

 a { background-color: rgb(251,245,88); }

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

border-color css

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

 span { border-color: rgb(251,245,88); }

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