Html Css Color HEX #F9ED3C Gorse

📋 copy color: '#F9ED3C'

red 249 ◦ green 237 ◦ blue 60

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

Shades of Gorse #F9ED3C

Tints of Gorse #F9ED3C

RGB

 RED value IS 249 (97.66% from 255) = 45.6%

 GREEN value IS 237 (92.97% from 255) = 43.41%

 BLUE value IS 60 (23.83% from 255) = 10.99%

R = 45.6%
G = 43.41%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9ED3C (or 0xF9ED3C) is known color: Gorse. HEX triplet: F9, ED and 3C. RGB value is (249,237,60). Sum of RGB (Red+Green+Blue) = 249+237+60=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 60 (23.83% from 255 or 10.99% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9ED3C is #0612C3. Grayscale: #DDDDDD. Windows color (decimal): -398020 or 3993081. OLE color: 3993081.

HSL color Cylindrical-coordinate representation of color #F9ED3C: hue angle of 56.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9ED3C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 237 60 -
CMYK 0 0.05 0.76 0.02
HSL 56.19º 0.94% 0.61% -
HSV(B) 56.19º 0.76% 0.98% -
XYZ 70.17 81.03 16.22 -
YUV 220.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 249 237 60 0 0.05 0.76 0.02 56.19 0.94 0.61
Hex F9 ED 3C 0 5 4C 2 38 5E 3D
Octal 371 355 74 0 5 114 2 70 136 75
Binary 11111001 11101101 111100 0 101 1001100 10 111000 1011110 111101

Color Harmonies of #F9ED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ED3C

Black with #F9ED3C

Text Example


Text Example

White with #F9ED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ED3C; }

 p { color: rgb(249,237,60); }

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

background-color css

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

 a { background-color: rgb(249,237,60); }

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

border-color css

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

 span { border-color: rgb(249,237,60); }

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