Html Css Color HEX #FEFA30 Gorse

📋 copy color: '#FEFA30'

red 254 ◦ green 250 ◦ blue 48

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

Shades of Gorse #FEFA30

Tints of Gorse #FEFA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.7%

R = 46.01%
G = 45.29%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFA30 (or 0xFEFA30) is known color: Gorse. HEX triplet: FE, FA and 30. RGB value is (254,250,48). Sum of RGB (Red+Green+Blue) = 254+250+48=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 48 (19.14% from 255 or 8.70% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA30 is #0105CF. Grayscale: #E4E4E4. Windows color (decimal): -67024 or 3209982. OLE color: 3209982.

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

Color convert

RGB 254 250 48 -
CMYK 0 0.02 0.81 0.00
HSL 58.83º 0.99% 0.59% -
HSV(B) 58.83º 0.81% 1% -
XYZ 75.59 89.66 16.12 -
YUV 228.17 26.33 146.43 -
System Red Green Blue C M Y K H S L
Decimal 254 250 48 0 0.02 0.81 0.00 58.83 0.99 0.59
Hex FE FA 30 0 2 51 0 3B 63 3B
Octal 376 372 60 0 2 121 0 73 143 73
Binary 11111110 11111010 110000 0 10 1010001 0 111011 1100011 111011

Color Harmonies of #FEFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA30

Black with #FEFA30

Text Example


Text Example

White with #FEFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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