Html Css Color HEX #FF430B Orange Red

📋 copy color: '#FF430B'

red 255 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #FF430B

Tints of Orange Red #FF430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 11 (4.69% from 255) = 3.3%

R = 76.58%
G = 20.12%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF430B (or 0xFF430B) is known color: Orange Red. HEX triplet: FF, 43 and 0B. RGB value is (255,67,11). Sum of RGB (Red+Green+Blue) = 255+67+11=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF430B is #00BCF4. Grayscale: #757575. Windows color (decimal): -48373 or 738303. OLE color: 738303.

HSL color Cylindrical-coordinate representation of color #FF430B: hue angle of 13.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF430B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 67 11 -
CMYK 0 0.74 0.96 0
HSL 13.77º 1% 0.52% -
HSV(B) 13.77º 0.96% 1% -
XYZ 43.31 25.3 2.92 -
YUV 116.83 68.28 226.55 -
System Red Green Blue C M Y K H S L
Decimal 255 67 11 0 0.74 0.96 0 13.77 1 0.52
Hex FF 43 B 0 4A 60 0 E 64 34
Octal 377 103 13 0 112 140 0 16 144 64
Binary 11111111 1000011 1011 0 1001010 1100000 0 1110 1100100 110100

Color Harmonies of #FF430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF430B

Black with #FF430B

Text Example


Text Example

White with #FF430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF430B; }

 p { color: rgb(255,67,11); }

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

background-color css

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

 a { background-color: rgb(255,67,11); }

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

border-color css

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

 span { border-color: rgb(255,67,11); }

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