Html Css Color HEX #FADF41 Gorse

📋 copy color: '#FADF41'

red 250 ◦ green 223 ◦ blue 65

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

Shades of Gorse #FADF41

Tints of Gorse #FADF41

RGB

 RED value IS 250 (98.05% from 255) = 46.47%

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

 BLUE value IS 65 (25.78% from 255) = 12.08%

R = 46.47%
G = 41.45%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FADF41 (or 0xFADF41) is known color: Gorse. HEX triplet: FA, DF and 41. RGB value is (250,223,65). Sum of RGB (Red+Green+Blue) = 250+223+65=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF41 is #0520BE. Grayscale: #D5D5D5. Windows color (decimal): -336063 or 4317178. OLE color: 4317178.

HSL color Cylindrical-coordinate representation of color #FADF41: hue angle of 51.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FADF41 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 65 -
CMYK 0 0.11 0.74 0.02
HSL 51.24º 0.95% 0.62% -
HSV(B) 51.24º 0.74% 0.98% -
XYZ 66.77 73.48 15.67 -
YUV 213.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 250 223 65 0 0.11 0.74 0.02 51.24 0.95 0.62
Hex FA DF 41 0 B 4A 2 33 5F 3E
Octal 372 337 101 0 13 112 2 63 137 76
Binary 11111010 11011111 1000001 0 1011 1001010 10 110011 1011111 111110

Color Harmonies of #FADF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF41

Black with #FADF41

Text Example


Text Example

White with #FADF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF41; }

 p { color: rgb(250,223,65); }

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

background-color css

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

 a { background-color: rgb(250,223,65); }

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

border-color css

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

 span { border-color: rgb(250,223,65); }

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