Html Css Color HEX #FA982D Neon Carrot

📋 copy color: '#FA982D'

red 250 ◦ green 152 ◦ blue 45

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

Shades of Neon Carrot #FA982D

Tints of Neon Carrot #FA982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34%

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 55.93%
G = 34%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA982D (or 0xFA982D) is known color: Neon Carrot. HEX triplet: FA, 98 and 2D. RGB value is (250,152,45). Sum of RGB (Red+Green+Blue) = 250+152+45=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA982D is #0567D2. Grayscale: #A9A9A9. Windows color (decimal): -354259 or 2988282. OLE color: 2988282.

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

Color convert

RGB 250 152 45 -
CMYK 0 0.39 0.82 0.02
HSL 31.32º 0.95% 0.58% -
HSV(B) 31.32º 0.82% 0.98% -
XYZ 51.13 42.97 8.08 -
YUV 169.1 57.97 185.7 -
System Red Green Blue C M Y K H S L
Decimal 250 152 45 0 0.39 0.82 0.02 31.32 0.95 0.58
Hex FA 98 2D 0 27 52 2 1F 5F 3A
Octal 372 230 55 0 47 122 2 37 137 72
Binary 11111010 10011000 101101 0 100111 1010010 10 11111 1011111 111010

Color Harmonies of #FA982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA982D

Black with #FA982D

Text Example


Text Example

White with #FA982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA982D; }

 p { color: rgb(250,152,45); }

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

background-color css

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

 a { background-color: rgb(250,152,45); }

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

border-color css

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

 span { border-color: rgb(250,152,45); }

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