Html Css Color HEX #FDF42E Gorse

📋 copy color: '#FDF42E'

red 253 ◦ green 244 ◦ blue 46

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

Shades of Gorse #FDF42E

Tints of Gorse #FDF42E

RGB

 RED value IS 253 (99.22% from 255) = 46.59%

 GREEN value IS 244 (95.7% from 255) = 44.94%

 BLUE value IS 46 (18.36% from 255) = 8.47%

R = 46.59%
G = 44.94%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDF42E (or 0xFDF42E) is known color: Gorse. HEX triplet: FD, F4 and 2E. RGB value is (253,244,46). Sum of RGB (Red+Green+Blue) = 253+244+46=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 46 (18.36% from 255 or 8.47% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF42E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF42E is #020BD1. Grayscale: #E0E0E0. Windows color (decimal): -134098 or 3077373. OLE color: 3077373.

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

Color convert

RGB 253 244 46 -
CMYK 0 0.04 0.82 0.01
HSL 57.39º 0.98% 0.59% -
HSV(B) 57.39º 0.82% 0.99% -
XYZ 73.35 85.78 15.28 -
YUV 224.12 27.48 148.6 -
System Red Green Blue C M Y K H S L
Decimal 253 244 46 0 0.04 0.82 0.01 57.39 0.98 0.59
Hex FD F4 2E 0 4 52 1 39 62 3B
Octal 375 364 56 0 4 122 1 71 142 73
Binary 11111101 11110100 101110 0 100 1010010 1 111001 1100010 111011

Color Harmonies of #FDF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF42E

Black with #FDF42E

Text Example


Text Example

White with #FDF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF42E; }

 p { color: rgb(253,244,46); }

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

background-color css

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

 a { background-color: rgb(253,244,46); }

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

border-color css

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

 span { border-color: rgb(253,244,46); }

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