Html Css Color HEX #FEFB2B Gorse

📋 copy color: '#FEFB2B'

red 254 ◦ green 251 ◦ blue 43

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

Shades of Gorse #FEFB2B

Tints of Gorse #FEFB2B

RGB

 RED value IS 254 (99.61% from 255) = 46.35%

 GREEN value IS 251 (98.44% from 255) = 45.8%

 BLUE value IS 43 (17.19% from 255) = 7.85%

R = 46.35%
G = 45.8%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEFB2B (or 0xFEFB2B) is known color: Gorse. HEX triplet: FE, FB and 2B. RGB value is (254,251,43). Sum of RGB (Red+Green+Blue) = 254+251+43=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 43 (17.19% from 255 or 7.85% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB2B is #0104D4. Grayscale: #E5E5E5. Windows color (decimal): -66773 or 2882558. OLE color: 2882558.

HSL color Cylindrical-coordinate representation of color #FEFB2B: hue angle of 59.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEFB2B is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 43 -
CMYK 0 0.01 0.83 0.00
HSL 59.15º 0.99% 0.58% -
HSV(B) 59.15º 0.83% 1% -
XYZ 75.81 90.24 15.71 -
YUV 228.19 23.49 146.41 -
System Red Green Blue C M Y K H S L
Decimal 254 251 43 0 0.01 0.83 0.00 59.15 0.99 0.58
Hex FE FB 2B 0 1 53 0 3B 63 3A
Octal 376 373 53 0 1 123 0 73 143 72
Binary 11111110 11111011 101011 0 1 1010011 0 111011 1100011 111010

Color Harmonies of #FEFB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB2B

Black with #FEFB2B

Text Example


Text Example

White with #FEFB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB2B; }

 p { color: rgb(254,251,43); }

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

background-color css

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

 a { background-color: rgb(254,251,43); }

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

border-color css

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

 span { border-color: rgb(254,251,43); }

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