Html Css Color HEX #FDF326 Gorse

📋 copy color: '#FDF326'

red 253 ◦ green 243 ◦ blue 38

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

Shades of Gorse #FDF326

Tints of Gorse #FDF326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

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

R = 47.38%
G = 45.51%
B = 7.12%

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

#FDF326 (or 0xFDF326) is known color: Gorse. HEX triplet: FD, F3 and 26. RGB value is (253,243,38). Sum of RGB (Red+Green+Blue) = 253+243+38=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 38 (15.23% from 255 or 7.12% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF326 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF326 is #020CD9. Grayscale: #DFDFDF. Windows color (decimal): -134362 or 2552829. OLE color: 2552829.

HSL color Cylindrical-coordinate representation of color #FDF326: hue angle of 57.21º 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 #FDF326 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 38 -
CMYK 0 0.04 0.85 0.01
HSL 57.21º 0.98% 0.57% -
HSV(B) 57.21º 0.85% 0.99% -
XYZ 72.91 85.12 14.42 -
YUV 222.62 23.81 149.67 -
System Red Green Blue C M Y K H S L
Decimal 253 243 38 0 0.04 0.85 0.01 57.21 0.98 0.57
Hex FD F3 26 0 4 55 1 39 62 39
Octal 375 363 46 0 4 125 1 71 142 71
Binary 11111101 11110011 100110 0 100 1010101 1 111001 1100010 111001

Color Harmonies of #FDF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF326

Black with #FDF326

Text Example


Text Example

White with #FDF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF326; }

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

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

background-color css

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

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

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

border-color css

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

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

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