Html Css Color HEX #FDF12D Gorse

📋 copy color: '#FDF12D'

red 253 ◦ green 241 ◦ blue 45

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

Shades of Gorse #FDF12D

Tints of Gorse #FDF12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.71%

 BLUE value IS 45 (17.97% from 255) = 8.35%

R = 46.94%
G = 44.71%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDF12D (or 0xFDF12D) is known color: Gorse. HEX triplet: FD, F1 and 2D. RGB value is (253,241,45). Sum of RGB (Red+Green+Blue) = 253+241+45=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF12D is #020ED2. Grayscale: #DFDFDF. Windows color (decimal): -134867 or 3011069. OLE color: 3011069.

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

Color convert

RGB 253 241 45 -
CMYK 0 0.05 0.82 0.01
HSL 56.54º 0.98% 0.58% -
HSV(B) 56.54º 0.82% 0.99% -
XYZ 72.44 83.98 14.88 -
YUV 222.24 27.98 149.94 -
System Red Green Blue C M Y K H S L
Decimal 253 241 45 0 0.05 0.82 0.01 56.54 0.98 0.58
Hex FD F1 2D 0 5 52 1 39 62 3A
Octal 375 361 55 0 5 122 1 71 142 72
Binary 11111101 11110001 101101 0 101 1010010 1 111001 1100010 111010

Color Harmonies of #FDF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF12D

Black with #FDF12D

Text Example


Text Example

White with #FDF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF12D; }

 p { color: rgb(253,241,45); }

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

background-color css

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

 a { background-color: rgb(253,241,45); }

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

border-color css

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

 span { border-color: rgb(253,241,45); }

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