Html Css Color HEX #FA8C34 Sun

📋 copy color: '#FA8C34'

red 250 ◦ green 140 ◦ blue 52

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

Shades of Sun #FA8C34

Tints of Sun #FA8C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 56.56%
G = 31.67%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA8C34 (or 0xFA8C34) is known color: Sun. HEX triplet: FA, 8C and 34. RGB value is (250,140,52). Sum of RGB (Red+Green+Blue) = 250+140+52=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C34 is #0573CB. Grayscale: #A3A3A3. Windows color (decimal): -357324 or 3443962. OLE color: 3443962.

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

Color convert

RGB 250 140 52 -
CMYK 0 0.44 0.79 0.02
HSL 26.67º 0.95% 0.59% -
HSV(B) 26.67º 0.79% 0.98% -
XYZ 49.42 39.33 8.24 -
YUV 162.86 65.44 190.16 -
System Red Green Blue C M Y K H S L
Decimal 250 140 52 0 0.44 0.79 0.02 26.67 0.95 0.59
Hex FA 8C 34 0 2C 4F 2 1B 5F 3B
Octal 372 214 64 0 54 117 2 33 137 73
Binary 11111010 10001100 110100 0 101100 1001111 10 11011 1011111 111011

Color Harmonies of #FA8C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C34

Black with #FA8C34

Text Example


Text Example

White with #FA8C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C34; }

 p { color: rgb(250,140,52); }

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

background-color css

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

 a { background-color: rgb(250,140,52); }

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

border-color css

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

 span { border-color: rgb(250,140,52); }

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