Html Css Color HEX #FED742 Gorse

📋 copy color: '#FED742'

red 254 ◦ green 215 ◦ blue 66

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

Shades of Gorse #FED742

Tints of Gorse #FED742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 66 (26.17% from 255) = 12.34%

R = 47.48%
G = 40.19%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED742 (or 0xFED742) is known color: Gorse. HEX triplet: FE, D7 and 42. RGB value is (254,215,66). Sum of RGB (Red+Green+Blue) = 254+215+66=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 66 (26.17% from 255 or 12.34% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED742 is #0128BD. Grayscale: #D2D2D2. Windows color (decimal): -75966 or 4380670. OLE color: 4380670.

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

Color convert

RGB 254 215 66 -
CMYK 0 0.15 0.74 0.00
HSL 47.55º 0.99% 0.63% -
HSV(B) 47.55º 0.74% 1% -
XYZ 66.16 70.07 15.19 -
YUV 209.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 254 215 66 0 0.15 0.74 0.00 47.55 0.99 0.63
Hex FE D7 42 0 F 4A 0 30 63 3F
Octal 376 327 102 0 17 112 0 60 143 77
Binary 11111110 11010111 1000010 0 1111 1001010 0 110000 1100011 111111

Color Harmonies of #FED742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED742

Black with #FED742

Text Example


Text Example

White with #FED742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED742; }

 p { color: rgb(254,215,66); }

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

background-color css

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

 a { background-color: rgb(254,215,66); }

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

border-color css

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

 span { border-color: rgb(254,215,66); }

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