Html Css Color HEX #FAD23D Sunglow

📋 copy color: '#FAD23D'

red 250 ◦ green 210 ◦ blue 61

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

Shades of Sunglow #FAD23D

Tints of Sunglow #FAD23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

 BLUE value IS 61 (24.22% from 255) = 11.71%

R = 47.98%
G = 40.31%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAD23D (or 0xFAD23D) is known color: Sunglow. HEX triplet: FA, D2 and 3D. RGB value is (250,210,61). Sum of RGB (Red+Green+Blue) = 250+210+61=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD23D is #052DC2. Grayscale: #CDCDCD. Windows color (decimal): -339395 or 4051706. OLE color: 4051706.

HSL color Cylindrical-coordinate representation of color #FAD23D: hue angle of 47.3º degrees, saturation: 0.95, 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 #FAD23D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 61 -
CMYK 0 0.16 0.76 0.02
HSL 47.3º 0.95% 0.61% -
HSV(B) 47.3º 0.76% 0.98% -
XYZ 63.31 66.75 13.96 -
YUV 204.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 250 210 61 0 0.16 0.76 0.02 47.3 0.95 0.61
Hex FA D2 3D 0 10 4C 2 2F 5F 3D
Octal 372 322 75 0 20 114 2 57 137 75
Binary 11111010 11010010 111101 0 10000 1001100 10 101111 1011111 111101

Color Harmonies of #FAD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD23D

Black with #FAD23D

Text Example


Text Example

White with #FAD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD23D; }

 p { color: rgb(250,210,61); }

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

background-color css

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

 a { background-color: rgb(250,210,61); }

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

border-color css

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

 span { border-color: rgb(250,210,61); }

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