Html Css Color HEX #FFDF31 Gorse

📋 copy color: '#FFDF31'

red 255 ◦ green 223 ◦ blue 49

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

Shades of Gorse #FFDF31

Tints of Gorse #FFDF31

RGB

 RED value IS 255 (100% from 255) = 48.39%

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

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

R = 48.39%
G = 42.31%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFDF31 (or 0xFFDF31) is known color: Gorse. HEX triplet: FF, DF and 31. RGB value is (255,223,49). Sum of RGB (Red+Green+Blue) = 255+223+49=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 49 (19.53% from 255 or 9.30% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF31 is #0020CE. Grayscale: #D5D5D5. Windows color (decimal): -8399 or 3268607. OLE color: 3268607.

HSL color Cylindrical-coordinate representation of color #FFDF31: hue angle of 50.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDF31 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 49 -
CMYK 0 0.13 0.81 0
HSL 50.68º 1% 0.6% -
HSV(B) 50.68º 0.81% 1% -
XYZ 68.18 74.26 13.65 -
YUV 212.73 35.6 158.15 -
System Red Green Blue C M Y K H S L
Decimal 255 223 49 0 0.13 0.81 0 50.68 1 0.6
Hex FF DF 31 0 D 51 0 33 64 3C
Octal 377 337 61 0 15 121 0 63 144 74
Binary 11111111 11011111 110001 0 1101 1010001 0 110011 1100100 111100

Color Harmonies of #FFDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF31

Black with #FFDF31

Text Example


Text Example

White with #FFDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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