Html Css Color HEX #FAB828 Bright Sun

📋 copy color: '#FAB828'

red 250 ◦ green 184 ◦ blue 40

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

Shades of Bright Sun #FAB828

Tints of Bright Sun #FAB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

 BLUE value IS 40 (16.02% from 255) = 8.44%

R = 52.74%
G = 38.82%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAB828 (or 0xFAB828) is known color: Bright Sun. HEX triplet: FA, B8 and 28. RGB value is (250,184,40). Sum of RGB (Red+Green+Blue) = 250+184+40=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB828 is #0547D7. Grayscale: #BBBBBB. Windows color (decimal): -346072 or 2668794. OLE color: 2668794.

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

Color convert

RGB 250 184 40 -
CMYK 0 0.26 0.84 0.02
HSL 41.14º 0.95% 0.57% -
HSV(B) 41.14º 0.84% 0.98% -
XYZ 56.95 54.76 9.58 -
YUV 187.32 44.87 172.71 -
System Red Green Blue C M Y K H S L
Decimal 250 184 40 0 0.26 0.84 0.02 41.14 0.95 0.57
Hex FA B8 28 0 1A 54 2 29 5F 39
Octal 372 270 50 0 32 124 2 51 137 71
Binary 11111010 10111000 101000 0 11010 1010100 10 101001 1011111 111001

Color Harmonies of #FAB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB828

Black with #FAB828

Text Example


Text Example

White with #FAB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB828; }

 p { color: rgb(250,184,40); }

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

background-color css

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

 a { background-color: rgb(250,184,40); }

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

border-color css

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

 span { border-color: rgb(250,184,40); }

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