Html Css Color HEX #FDF42F Gorse

📋 copy color: '#FDF42F'

red 253 ◦ green 244 ◦ blue 47

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

Shades of Gorse #FDF42F

Tints of Gorse #FDF42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.64%

R = 46.51%
G = 44.85%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF42F (or 0xFDF42F) is known color: Gorse. HEX triplet: FD, F4 and 2F. RGB value is (253,244,47). Sum of RGB (Red+Green+Blue) = 253+244+47=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 47 (18.75% from 255 or 8.64% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF42F is #020BD0. Grayscale: #E1E1E1. Windows color (decimal): -134097 or 3142909. OLE color: 3142909.

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

Color convert

RGB 253 244 47 -
CMYK 0 0.04 0.81 0.01
HSL 57.38º 0.98% 0.59% -
HSV(B) 57.38º 0.81% 0.99% -
XYZ 73.37 85.79 15.38 -
YUV 224.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 253 244 47 0 0.04 0.81 0.01 57.38 0.98 0.59
Hex FD F4 2F 0 4 51 1 39 62 3B
Octal 375 364 57 0 4 121 1 71 142 73
Binary 11111101 11110100 101111 0 100 1010001 1 111001 1100010 111011

Color Harmonies of #FDF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF42F

Black with #FDF42F

Text Example


Text Example

White with #FDF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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