Html Css Color HEX #FBEF2D Gorse

📋 copy color: '#FBEF2D'

red 251 ◦ green 239 ◦ blue 45

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

Shades of Gorse #FBEF2D

Tints of Gorse #FBEF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

 BLUE value IS 45 (17.97% from 255) = 8.41%

R = 46.92%
G = 44.67%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBEF2D (or 0xFBEF2D) is known color: Gorse. HEX triplet: FB, EF and 2D. RGB value is (251,239,45). Sum of RGB (Red+Green+Blue) = 251+239+45=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEF2D is #0410D2. Grayscale: #DDDDDD. Windows color (decimal): -266451 or 3010555. OLE color: 3010555.

HSL color Cylindrical-coordinate representation of color #FBEF2D: hue angle of 56.5º 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 #FBEF2D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 239 45 -
CMYK 0 0.05 0.82 0.02
HSL 56.5º 0.96% 0.58% -
HSV(B) 56.5º 0.82% 0.98% -
XYZ 71.12 82.43 14.64 -
YUV 220.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 251 239 45 0 0.05 0.82 0.02 56.5 0.96 0.58
Hex FB EF 2D 0 5 52 2 39 60 3A
Octal 373 357 55 0 5 122 2 71 140 72
Binary 11111011 11101111 101101 0 101 1010010 10 111001 1100000 111010

Color Harmonies of #FBEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEF2D

Black with #FBEF2D

Text Example


Text Example

White with #FBEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEF2D; }

 p { color: rgb(251,239,45); }

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

background-color css

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

 a { background-color: rgb(251,239,45); }

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

border-color css

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

 span { border-color: rgb(251,239,45); }

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