Html Css Color HEX #FEF72D Gorse

📋 copy color: '#FEF72D'

red 254 ◦ green 247 ◦ blue 45

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

Shades of Gorse #FEF72D

Tints of Gorse #FEF72D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.24%

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

R = 46.52%
G = 45.24%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEF72D (or 0xFEF72D) is known color: Gorse. HEX triplet: FE, F7 and 2D. RGB value is (254,247,45). Sum of RGB (Red+Green+Blue) = 254+247+45=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF72D is #0108D2. Grayscale: #E2E2E2. Windows color (decimal): -67795 or 3012606. OLE color: 3012606.

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

Color convert

RGB 254 247 45 -
CMYK 0 0.03 0.82 0.00
HSL 57.99º 0.99% 0.59% -
HSV(B) 57.99º 0.82% 1% -
XYZ 74.61 87.78 15.49 -
YUV 226.07 25.82 147.93 -
System Red Green Blue C M Y K H S L
Decimal 254 247 45 0 0.03 0.82 0.00 57.99 0.99 0.59
Hex FE F7 2D 0 3 52 0 3A 63 3B
Octal 376 367 55 0 3 122 0 72 143 73
Binary 11111110 11110111 101101 0 11 1010010 0 111010 1100011 111011

Color Harmonies of #FEF72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF72D

Black with #FEF72D

Text Example


Text Example

White with #FEF72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF72D; }

 p { color: rgb(254,247,45); }

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

background-color css

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

 a { background-color: rgb(254,247,45); }

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

border-color css

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

 span { border-color: rgb(254,247,45); }

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