Html Css Color HEX #FBED2A Gorse

📋 copy color: '#FBED2A'

red 251 ◦ green 237 ◦ blue 42

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

Shades of Gorse #FBED2A

Tints of Gorse #FBED2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.92%

R = 47.36%
G = 44.72%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBED2A (or 0xFBED2A) is known color: Gorse. HEX triplet: FB, ED and 2A. RGB value is (251,237,42). Sum of RGB (Red+Green+Blue) = 251+237+42=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED2A is #0412D5. Grayscale: #DBDBDB. Windows color (decimal): -266966 or 2813435. OLE color: 2813435.

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

Color convert

RGB 251 237 42 -
CMYK 0 0.06 0.83 0.02
HSL 55.98º 0.96% 0.57% -
HSV(B) 55.98º 0.83% 0.98% -
XYZ 70.49 81.24 14.16 -
YUV 218.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 251 237 42 0 0.06 0.83 0.02 55.98 0.96 0.57
Hex FB ED 2A 0 6 53 2 38 60 39
Octal 373 355 52 0 6 123 2 70 140 71
Binary 11111011 11101101 101010 0 110 1010011 10 111000 1100000 111001

Color Harmonies of #FBED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED2A

Black with #FBED2A

Text Example


Text Example

White with #FBED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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