Html Css Color HEX #FDDF31 Gorse

📋 copy color: '#FDDF31'

red 253 ◦ green 223 ◦ blue 49

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

Shades of Gorse #FDDF31

Tints of Gorse #FDDF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.33%

R = 48.19%
G = 42.48%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDDF31 (or 0xFDDF31) is known color: Gorse. HEX triplet: FD, DF and 31. RGB value is (253,223,49). Sum of RGB (Red+Green+Blue) = 253+223+49=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF31 is #0220CE. Grayscale: #D4D4D4. Windows color (decimal): -139471 or 3268605. OLE color: 3268605.

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

Color convert

RGB 253 223 49 -
CMYK 0 0.12 0.81 0.01
HSL 51.18º 0.98% 0.59% -
HSV(B) 51.18º 0.81% 0.99% -
XYZ 67.45 73.88 13.61 -
YUV 212.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 253 223 49 0 0.12 0.81 0.01 51.18 0.98 0.59
Hex FD DF 31 0 C 51 1 33 62 3B
Octal 375 337 61 0 14 121 1 63 142 73
Binary 11111101 11011111 110001 0 1100 1010001 1 110011 1100010 111011

Color Harmonies of #FDDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF31

Black with #FDDF31

Text Example


Text Example

White with #FDDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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