Html Css Color HEX #FBF25B Corn

📋 copy color: '#FBF25B'

red 251 ◦ green 242 ◦ blue 91

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

Shades of Corn #FBF25B

Tints of Corn #FBF25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

 BLUE value IS 91 (35.94% from 255) = 15.58%

R = 42.98%
G = 41.44%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBF25B (or 0xFBF25B) is known color: Corn. HEX triplet: FB, F2 and 5B. RGB value is (251,242,91). Sum of RGB (Red+Green+Blue) = 251+242+91=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF25B is #040DA4. Grayscale: #E4E4E4. Windows color (decimal): -265637 or 6025979. OLE color: 6025979.

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

Color convert

RGB 251 242 91 -
CMYK 0 0.04 0.64 0.02
HSL 56.63º 0.95% 0.67% -
HSV(B) 56.63º 0.64% 0.98% -
XYZ 73.42 84.77 22.39 -
YUV 227.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 251 242 91 0 0.04 0.64 0.02 56.63 0.95 0.67
Hex FB F2 5B 0 4 40 2 39 5F 43
Octal 373 362 133 0 4 100 2 71 137 103
Binary 11111011 11110010 1011011 0 100 1000000 10 111001 1011111 1000011

Color Harmonies of #FBF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF25B

Black with #FBF25B

Text Example


Text Example

White with #FBF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF25B; }

 p { color: rgb(251,242,91); }

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

background-color css

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

 a { background-color: rgb(251,242,91); }

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

border-color css

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

 span { border-color: rgb(251,242,91); }

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