Html Css Color HEX #FDDF26 Gorse

📋 copy color: '#FDDF26'

red 253 ◦ green 223 ◦ blue 38

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

Shades of Gorse #FDDF26

Tints of Gorse #FDDF26

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

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

R = 49.22%
G = 43.39%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDDF26 (or 0xFDDF26) is known color: Gorse. HEX triplet: FD, DF and 26. RGB value is (253,223,38). Sum of RGB (Red+Green+Blue) = 253+223+38=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 38 (15.23% from 255 or 7.39% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF26 is #0220D9. Grayscale: #D3D3D3. Windows color (decimal): -139482 or 2547709. OLE color: 2547709.

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

Color convert

RGB 253 223 38 -
CMYK 0 0.12 0.85 0.01
HSL 51.63º 0.98% 0.57% -
HSV(B) 51.63º 0.85% 0.99% -
XYZ 67.25 73.8 12.53 -
YUV 210.88 30.44 158.04 -
System Red Green Blue C M Y K H S L
Decimal 253 223 38 0 0.12 0.85 0.01 51.63 0.98 0.57
Hex FD DF 26 0 C 55 1 34 62 39
Octal 375 337 46 0 14 125 1 64 142 71
Binary 11111101 11011111 100110 0 1100 1010101 1 110100 1100010 111001

Color Harmonies of #FDDF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF26

Black with #FDDF26

Text Example


Text Example

White with #FDDF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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