Html Css Color HEX #FBED2F Gorse

📋 copy color: '#FBED2F'

red 251 ◦ green 237 ◦ blue 47

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

Shades of Gorse #FBED2F

Tints of Gorse #FBED2F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

 BLUE value IS 47 (18.75% from 255) = 8.79%

R = 46.92%
G = 44.3%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBED2F (or 0xFBED2F) is known color: Gorse. HEX triplet: FB, ED and 2F. RGB value is (251,237,47). Sum of RGB (Red+Green+Blue) = 251+237+47=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED2F is #0412D0. Grayscale: #DCDCDC. Windows color (decimal): -266961 or 3141115. OLE color: 3141115.

HSL color Cylindrical-coordinate representation of color #FBED2F: hue angle of 55.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBED2F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 47 -
CMYK 0 0.06 0.81 0.02
HSL 55.88º 0.96% 0.58% -
HSV(B) 55.88º 0.81% 0.98% -
XYZ 70.58 81.28 14.66 -
YUV 219.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 251 237 47 0 0.06 0.81 0.02 55.88 0.96 0.58
Hex FB ED 2F 0 6 51 2 38 60 3A
Octal 373 355 57 0 6 121 2 70 140 72
Binary 11111011 11101101 101111 0 110 1010001 10 111000 1100000 111010

Color Harmonies of #FBED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED2F

Black with #FBED2F

Text Example


Text Example

White with #FBED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED2F; }

 p { color: rgb(251,237,47); }

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

background-color css

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

 a { background-color: rgb(251,237,47); }

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

border-color css

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

 span { border-color: rgb(251,237,47); }

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