Html Css Color HEX #FDF226 Gorse

📋 copy color: '#FDF226'

red 253 ◦ green 242 ◦ blue 38

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

Shades of Gorse #FDF226

Tints of Gorse #FDF226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.13%

R = 47.47%
G = 45.4%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF226 (or 0xFDF226) is known color: Gorse. HEX triplet: FD, F2 and 26. RGB value is (253,242,38). Sum of RGB (Red+Green+Blue) = 253+242+38=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 38 (15.23% from 255 or 7.13% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF226 is #020DD9. Grayscale: #DEDEDE. Windows color (decimal): -134618 or 2552573. OLE color: 2552573.

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

Color convert

RGB 253 242 38 -
CMYK 0 0.04 0.85 0.01
HSL 56.93º 0.98% 0.57% -
HSV(B) 56.93º 0.85% 0.99% -
XYZ 72.61 84.53 14.32 -
YUV 222.03 24.14 150.09 -
System Red Green Blue C M Y K H S L
Decimal 253 242 38 0 0.04 0.85 0.01 56.93 0.98 0.57
Hex FD F2 26 0 4 55 1 39 62 39
Octal 375 362 46 0 4 125 1 71 142 71
Binary 11111101 11110010 100110 0 100 1010101 1 111001 1100010 111001

Color Harmonies of #FDF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF226

Black with #FDF226

Text Example


Text Example

White with #FDF226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF226; }

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

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

background-color css

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

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

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

border-color css

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

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

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