Html Css Color HEX #FAD438 Sunglow

📋 copy color: '#FAD438'

red 250 ◦ green 212 ◦ blue 56

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

Shades of Sunglow #FAD438

Tints of Sunglow #FAD438

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 56 (22.27% from 255) = 10.81%

R = 48.26%
G = 40.93%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAD438 (or 0xFAD438) is known color: Sunglow. HEX triplet: FA, D4 and 38. RGB value is (250,212,56). Sum of RGB (Red+Green+Blue) = 250+212+56=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 56 (22.27% from 255 or 10.81% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD438 is #052BC7. Grayscale: #CECECE. Windows color (decimal): -338888 or 3724538. OLE color: 3724538.

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

Color convert

RGB 250 212 56 -
CMYK 0 0.15 0.78 0.02
HSL 48.25º 0.95% 0.6% -
HSV(B) 48.25º 0.78% 0.98% -
XYZ 63.68 67.7 13.45 -
YUV 205.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 250 212 56 0 0.15 0.78 0.02 48.25 0.95 0.6
Hex FA D4 38 0 F 4E 2 30 5F 3C
Octal 372 324 70 0 17 116 2 60 137 74
Binary 11111010 11010100 111000 0 1111 1001110 10 110000 1011111 111100

Color Harmonies of #FAD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD438

Black with #FAD438

Text Example


Text Example

White with #FAD438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD438; }

 p { color: rgb(250,212,56); }

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

background-color css

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

 a { background-color: rgb(250,212,56); }

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

border-color css

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

 span { border-color: rgb(250,212,56); }

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