Html Css Color HEX #FEFA38 Gorse

📋 copy color: '#FEFA38'

red 254 ◦ green 250 ◦ blue 56

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

Shades of Gorse #FEFA38

Tints of Gorse #FEFA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.64%

 BLUE value IS 56 (22.27% from 255) = 10%

R = 45.36%
G = 44.64%
B = 10%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEFA38 (or 0xFEFA38) is known color: Gorse. HEX triplet: FE, FA and 38. RGB value is (254,250,56). Sum of RGB (Red+Green+Blue) = 254+250+56=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 56 (22.27% from 255 or 10% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA38 is #0105C7. Grayscale: #E5E5E5. Windows color (decimal): -67016 or 3734270. OLE color: 3734270.

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

Color convert

RGB 254 250 56 -
CMYK 0 0.02 0.78 0.00
HSL 58.79º 0.99% 0.61% -
HSV(B) 58.79º 0.78% 1% -
XYZ 75.77 89.73 17.07 -
YUV 229.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 254 250 56 0 0.02 0.78 0.00 58.79 0.99 0.61
Hex FE FA 38 0 2 4E 0 3B 63 3D
Octal 376 372 70 0 2 116 0 73 143 75
Binary 11111110 11111010 111000 0 10 1001110 0 111011 1100011 111101

Color Harmonies of #FEFA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA38

Black with #FEFA38

Text Example


Text Example

White with #FEFA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA38; }

 p { color: rgb(254,250,56); }

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

background-color css

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

 a { background-color: rgb(254,250,56); }

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

border-color css

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

 span { border-color: rgb(254,250,56); }

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