Html Css Color HEX #FDA65C Rajah

📋 copy color: '#FDA65C'

red 253 ◦ green 166 ◦ blue 92

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

Shades of Rajah #FDA65C

Tints of Rajah #FDA65C

RGB

 RED value IS 253 (99.22% from 255) = 49.51%

 GREEN value IS 166 (65.23% from 255) = 32.49%

 BLUE value IS 92 (36.33% from 255) = 18%

R = 49.51%
G = 32.49%
B = 18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDA65C (or 0xFDA65C) is known color: Rajah. HEX triplet: FD, A6 and 5C. RGB value is (253,166,92). Sum of RGB (Red+Green+Blue) = 253+166+92=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA65C is #0259A3. Grayscale: #B7B7B7. Windows color (decimal): -154020 or 6072061. OLE color: 6072061.

HSL color Cylindrical-coordinate representation of color #FDA65C: hue angle of 27.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA65C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 92 -
CMYK 0 0.34 0.64 0.01
HSL 27.58º 0.98% 0.68% -
HSV(B) 27.58º 0.64% 0.99% -
XYZ 56.08 48.93 16.61 -
YUV 183.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 253 166 92 0 0.34 0.64 0.01 27.58 0.98 0.68
Hex FD A6 5C 0 22 40 1 1C 62 44
Octal 375 246 134 0 42 100 1 34 142 104
Binary 11111101 10100110 1011100 0 100010 1000000 1 11100 1100010 1000100

Color Harmonies of #FDA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA65C

Black with #FDA65C

Text Example


Text Example

White with #FDA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA65C; }

 p { color: rgb(253,166,92); }

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

background-color css

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

 a { background-color: rgb(253,166,92); }

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

border-color css

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

 span { border-color: rgb(253,166,92); }

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