Html Css Color HEX #FEFB2F Gorse

📋 copy color: '#FEFB2F'

red 254 ◦ green 251 ◦ blue 47

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

Shades of Gorse #FEFB2F

Tints of Gorse #FEFB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.51%

R = 46.01%
G = 45.47%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFB2F (or 0xFEFB2F) is known color: Gorse. HEX triplet: FE, FB and 2F. RGB value is (254,251,47). Sum of RGB (Red+Green+Blue) = 254+251+47=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 47 (18.75% from 255 or 8.51% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB2F is #0104D0. Grayscale: #E5E5E5. Windows color (decimal): -66769 or 3144702. OLE color: 3144702.

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

Color convert

RGB 254 251 47 -
CMYK 0 0.01 0.81 0.00
HSL 59.13º 0.99% 0.59% -
HSV(B) 59.13º 0.81% 1% -
XYZ 75.88 90.27 16.11 -
YUV 228.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 254 251 47 0 0.01 0.81 0.00 59.13 0.99 0.59
Hex FE FB 2F 0 1 51 0 3B 63 3B
Octal 376 373 57 0 1 121 0 73 143 73
Binary 11111110 11111011 101111 0 1 1010001 0 111011 1100011 111011

Color Harmonies of #FEFB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB2F

Black with #FEFB2F

Text Example


Text Example

White with #FEFB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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