Html Css Color HEX #FDF228 Gorse

📋 copy color: '#FDF228'

red 253 ◦ green 242 ◦ blue 40

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

Shades of Gorse #FDF228

Tints of Gorse #FDF228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

 BLUE value IS 40 (16.02% from 255) = 7.48%

R = 47.29%
G = 45.23%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDF228 (or 0xFDF228) is known color: Gorse. HEX triplet: FD, F2 and 28. RGB value is (253,242,40). Sum of RGB (Red+Green+Blue) = 253+242+40=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 40 (16.02% from 255 or 7.48% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF228 is #020DD7. Grayscale: #DFDFDF. Windows color (decimal): -134616 or 2683645. OLE color: 2683645.

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

Color convert

RGB 253 242 40 -
CMYK 0 0.04 0.84 0.01
HSL 56.9º 0.98% 0.57% -
HSV(B) 56.9º 0.84% 0.99% -
XYZ 72.64 84.54 14.5 -
YUV 222.26 25.14 149.93 -
System Red Green Blue C M Y K H S L
Decimal 253 242 40 0 0.04 0.84 0.01 56.9 0.98 0.57
Hex FD F2 28 0 4 54 1 39 62 39
Octal 375 362 50 0 4 124 1 71 142 71
Binary 11111101 11110010 101000 0 100 1010100 1 111001 1100010 111001

Color Harmonies of #FDF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF228

Black with #FDF228

Text Example


Text Example

White with #FDF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF228; }

 p { color: rgb(253,242,40); }

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

background-color css

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

 a { background-color: rgb(253,242,40); }

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

border-color css

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

 span { border-color: rgb(253,242,40); }

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