Html Css Color HEX #FEDF42 Gorse

📋 copy color: '#FEDF42'

red 254 ◦ green 223 ◦ blue 66

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

Shades of Gorse #FEDF42

Tints of Gorse #FEDF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

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

R = 46.78%
G = 41.07%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEDF42 (or 0xFEDF42) is known color: Gorse. HEX triplet: FE, DF and 42. RGB value is (254,223,66). Sum of RGB (Red+Green+Blue) = 254+223+66=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 66 (26.17% from 255 or 12.15% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF42 is #0120BD. Grayscale: #D7D7D7. Windows color (decimal): -73918 or 4382718. OLE color: 4382718.

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

Color convert

RGB 254 223 66 -
CMYK 0 0.12 0.74 0.00
HSL 50.11º 0.99% 0.63% -
HSV(B) 50.11º 0.74% 1% -
XYZ 68.24 74.24 15.89 -
YUV 214.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 254 223 66 0 0.12 0.74 0.00 50.11 0.99 0.63
Hex FE DF 42 0 C 4A 0 32 63 3F
Octal 376 337 102 0 14 112 0 62 143 77
Binary 11111110 11011111 1000010 0 1100 1001010 0 110010 1100011 111111

Color Harmonies of #FEDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF42

Black with #FEDF42

Text Example


Text Example

White with #FEDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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