Html Css Color HEX #F5952D Neon Carrot

📋 copy color: '#F5952D'

red 245 ◦ green 149 ◦ blue 45

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

Shades of Neon Carrot #F5952D

Tints of Neon Carrot #F5952D

RGB

 RED value IS 245 (96.09% from 255) = 55.81%

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

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

R = 55.81%
G = 33.94%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5952D (or 0xF5952D) is known color: Neon Carrot. HEX triplet: F5, 95 and 2D. RGB value is (245,149,45). Sum of RGB (Red+Green+Blue) = 245+149+45=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5952D is #0A6AD2. Grayscale: #A6A6A6. Windows color (decimal): -682707 or 2987509. OLE color: 2987509.

HSL color Cylindrical-coordinate representation of color #F5952D: hue angle of 31.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5952D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 149 45 -
CMYK 0 0.39 0.82 0.04
HSL 31.2º 0.91% 0.57% -
HSV(B) 31.2º 0.82% 0.96% -
XYZ 48.88 41.1 7.84 -
YUV 165.85 59.8 184.46 -
System Red Green Blue C M Y K H S L
Decimal 245 149 45 0 0.39 0.82 0.04 31.2 0.91 0.57
Hex F5 95 2D 0 27 52 4 1F 5B 39
Octal 365 225 55 0 47 122 4 37 133 71
Binary 11110101 10010101 101101 0 100111 1010010 100 11111 1011011 111001

Color Harmonies of #F5952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5952D

Black with #F5952D

Text Example


Text Example

White with #F5952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5952D; }

 p { color: rgb(245,149,45); }

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

background-color css

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

 a { background-color: rgb(245,149,45); }

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

border-color css

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

 span { border-color: rgb(245,149,45); }

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