Html Css Color HEX #FBED2E Gorse

📋 copy color: '#FBED2E'

red 251 ◦ green 237 ◦ blue 46

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

Shades of Gorse #FBED2E

Tints of Gorse #FBED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.61%

R = 47%
G = 44.38%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBED2E (or 0xFBED2E) is known color: Gorse. HEX triplet: FB, ED and 2E. RGB value is (251,237,46). Sum of RGB (Red+Green+Blue) = 251+237+46=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED2E is #0412D1. Grayscale: #DCDCDC. Windows color (decimal): -266962 or 3075579. OLE color: 3075579.

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

Color convert

RGB 251 237 46 -
CMYK 0 0.06 0.82 0.02
HSL 55.9º 0.96% 0.58% -
HSV(B) 55.9º 0.82% 0.98% -
XYZ 70.56 81.27 14.55 -
YUV 219.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 251 237 46 0 0.06 0.82 0.02 55.9 0.96 0.58
Hex FB ED 2E 0 6 52 2 38 60 3A
Octal 373 355 56 0 6 122 2 70 140 72
Binary 11111011 11101101 101110 0 110 1010010 10 111000 1100000 111010

Color Harmonies of #FBED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED2E

Black with #FBED2E

Text Example


Text Example

White with #FBED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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