Html Css Color HEX #FF9419 Carrot Orange

📋 copy color: '#FF9419'

red 255 ◦ green 148 ◦ blue 25

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

Shades of Carrot Orange #FF9419

Tints of Carrot Orange #FF9419

RGB

 RED value IS 255 (100% from 255) = 59.58%

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 25 (10.16% from 255) = 5.84%

R = 59.58%
G = 34.58%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF9419 (or 0xFF9419) is known color: Carrot Orange. HEX triplet: FF, 94 and 19. RGB value is (255,148,25). Sum of RGB (Red+Green+Blue) = 255+148+25=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9419 is #006BE6. Grayscale: #A6A6A6. Windows color (decimal): -27623 or 1676543. OLE color: 1676543.

HSL color Cylindrical-coordinate representation of color #FF9419: hue angle of 32.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF9419 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 25 -
CMYK 0 0.42 0.90 0
HSL 32.09º 1% 0.55% -
HSV(B) 32.09º 0.9% 1% -
XYZ 52.01 42.51 6.38 -
YUV 165.97 48.45 191.5 -
System Red Green Blue C M Y K H S L
Decimal 255 148 25 0 0.42 0.90 0 32.09 1 0.55
Hex FF 94 19 0 2A 5A 0 20 64 37
Octal 377 224 31 0 52 132 0 40 144 67
Binary 11111111 10010100 11001 0 101010 1011010 0 100000 1100100 110111

Color Harmonies of #FF9419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9419

Black with #FF9419

Text Example


Text Example

White with #FF9419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9419; }

 p { color: rgb(255,148,25); }

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

background-color css

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

 a { background-color: rgb(255,148,25); }

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

border-color css

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

 span { border-color: rgb(255,148,25); }

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