Html Css Color HEX #FDF42D Gorse

📋 copy color: '#FDF42D'

red 253 ◦ green 244 ◦ blue 45

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

Shades of Gorse #FDF42D

Tints of Gorse #FDF42D

RGB

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

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

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

R = 46.68%
G = 45.02%
B = 8.3%

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

#FDF42D (or 0xFDF42D) is known color: Gorse. HEX triplet: FD, F4 and 2D. RGB value is (253,244,45). Sum of RGB (Red+Green+Blue) = 253+244+45=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 45 (17.97% from 255 or 8.30% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF42D is #020BD2. Grayscale: #E0E0E0. Windows color (decimal): -134099 or 3011837. OLE color: 3011837.

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

Color convert

RGB 253 244 45 -
CMYK 0 0.04 0.82 0.01
HSL 57.4º 0.98% 0.58% -
HSV(B) 57.4º 0.82% 0.99% -
XYZ 73.33 85.77 15.17 -
YUV 224.01 26.98 148.68 -
System Red Green Blue C M Y K H S L
Decimal 253 244 45 0 0.04 0.82 0.01 57.4 0.98 0.58
Hex FD F4 2D 0 4 52 1 39 62 3A
Octal 375 364 55 0 4 122 1 71 142 72
Binary 11111101 11110100 101101 0 100 1010010 1 111001 1100010 111010

Color Harmonies of #FDF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF42D

Black with #FDF42D

Text Example


Text Example

White with #FDF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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