Html Css Color HEX #FBED30 Gorse

📋 copy color: '#FBED30'

red 251 ◦ green 237 ◦ blue 48

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

Shades of Gorse #FBED30

Tints of Gorse #FBED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.96%

R = 46.83%
G = 44.22%
B = 8.96%

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

#FBED30 (or 0xFBED30) is known color: Gorse. HEX triplet: FB, ED and 30. RGB value is (251,237,48). Sum of RGB (Red+Green+Blue) = 251+237+48=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 48 (19.14% from 255 or 8.96% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED30 is #0412CF. Grayscale: #DCDCDC. Windows color (decimal): -266960 or 3206651. OLE color: 3206651.

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

Color convert

RGB 251 237 48 -
CMYK 0 0.06 0.81 0.02
HSL 55.86º 0.96% 0.59% -
HSV(B) 55.86º 0.81% 0.98% -
XYZ 70.6 81.29 14.77 -
YUV 219.64 31.14 150.37 -
System Red Green Blue C M Y K H S L
Decimal 251 237 48 0 0.06 0.81 0.02 55.86 0.96 0.59
Hex FB ED 30 0 6 51 2 38 60 3B
Octal 373 355 60 0 6 121 2 70 140 73
Binary 11111011 11101101 110000 0 110 1010001 10 111000 1100000 111011

Color Harmonies of #FBED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED30

Black with #FBED30

Text Example


Text Example

White with #FBED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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