Html Css Color HEX #FAB423 Bright Sun

📋 copy color: '#FAB423'

red 250 ◦ green 180 ◦ blue 35

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

Shades of Bright Sun #FAB423

Tints of Bright Sun #FAB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 35 (14.06% from 255) = 7.53%

R = 53.76%
G = 38.71%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAB423 (or 0xFAB423) is known color: Bright Sun. HEX triplet: FA, B4 and 23. RGB value is (250,180,35). Sum of RGB (Red+Green+Blue) = 250+180+35=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB423 is #054BDC. Grayscale: #B9B9B9. Windows color (decimal): -347101 or 2340090. OLE color: 2340090.

HSL color Cylindrical-coordinate representation of color #FAB423: hue angle of 40.47º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB423 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 35 -
CMYK 0 0.28 0.86 0.02
HSL 40.47º 0.96% 0.56% -
HSV(B) 40.47º 0.86% 0.98% -
XYZ 56.05 53.09 8.88 -
YUV 184.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 250 180 35 0 0.28 0.86 0.02 40.47 0.96 0.56
Hex FA B4 23 0 1C 56 2 28 60 38
Octal 372 264 43 0 34 126 2 50 140 70
Binary 11111010 10110100 100011 0 11100 1010110 10 101000 1100000 111000

Color Harmonies of #FAB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB423

Black with #FAB423

Text Example


Text Example

White with #FAB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB423; }

 p { color: rgb(250,180,35); }

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

background-color css

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

 a { background-color: rgb(250,180,35); }

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

border-color css

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

 span { border-color: rgb(250,180,35); }

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