Html Css Color HEX #FBF265 Corn

📋 copy color: '#FBF265'

red 251 ◦ green 242 ◦ blue 101

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

Shades of Corn #FBF265

Tints of Corn #FBF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17%

R = 42.26%
G = 40.74%
B = 17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBF265 (or 0xFBF265) is known color: Corn. HEX triplet: FB, F2 and 65. RGB value is (251,242,101). Sum of RGB (Red+Green+Blue) = 251+242+101=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF265 is #040D9A. Grayscale: #E5E5E5. Windows color (decimal): -265627 or 6681339. OLE color: 6681339.

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

Color convert

RGB 251 242 101 -
CMYK 0 0.04 0.60 0.02
HSL 56.4º 0.95% 0.69% -
HSV(B) 56.4º 0.6% 0.98% -
XYZ 73.88 84.95 24.82 -
YUV 228.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 251 242 101 0 0.04 0.60 0.02 56.4 0.95 0.69
Hex FB F2 65 0 4 3C 2 38 5F 45
Octal 373 362 145 0 4 74 2 70 137 105
Binary 11111011 11110010 1100101 0 100 111100 10 111000 1011111 1000101

Color Harmonies of #FBF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF265

Black with #FBF265

Text Example


Text Example

White with #FBF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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