Html Css Color HEX #FA951D Carrot Orange

📋 copy color: '#FA951D'

red 250 ◦ green 149 ◦ blue 29

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

Shades of Carrot Orange #FA951D

Tints of Carrot Orange #FA951D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 58.41%
G = 34.81%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA951D (or 0xFA951D) is known color: Carrot Orange. HEX triplet: FA, 95 and 1D. RGB value is (250,149,29). Sum of RGB (Red+Green+Blue) = 250+149+29=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA951D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA951D is #056AE2. Grayscale: #A6A6A6. Windows color (decimal): -355043 or 1938938. OLE color: 1938938.

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

Color convert

RGB 250 149 29 -
CMYK 0 0.40 0.88 0.02
HSL 32.58º 0.96% 0.55% -
HSV(B) 32.58º 0.88% 0.98% -
XYZ 50.39 41.91 6.6 -
YUV 165.52 50.96 188.26 -
System Red Green Blue C M Y K H S L
Decimal 250 149 29 0 0.40 0.88 0.02 32.58 0.96 0.55
Hex FA 95 1D 0 28 58 2 21 60 37
Octal 372 225 35 0 50 130 2 41 140 67
Binary 11111010 10010101 11101 0 101000 1011000 10 100001 1100000 110111

Color Harmonies of #FA951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA951D

Black with #FA951D

Text Example


Text Example

White with #FA951D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA951D; }

 p { color: rgb(250,149,29); }

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

background-color css

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

 a { background-color: rgb(250,149,29); }

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

border-color css

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

 span { border-color: rgb(250,149,29); }

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